Skip to content
Snippets Groups Projects
Commit c1d56a65 authored by Imran Hussain's avatar Imran Hussain
Browse files

Make jshint stop complaining

parent abde719a
No related branches found
No related tags found
No related merge requests found
......@@ -55,9 +55,9 @@ function initCB() {
}
// Loop through the found div elements
var thediv, outer, i1, i2;
for (var i = 0; i < cbDivs.length; i++) {
for (var j = 0; j < cbDivs.length; j++) {
// Save the original outer div for later
thediv = cbDivs[i];
thediv = cbDivs[j];
// Create a new div, give it the original div's class attribute, and replace 'cbb' with 'cb'
outer = createElement('div');
outer.className = thediv.className;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment