Cleanup leftover console log
This commit is contained in:
parent
ef7f700594
commit
15ea756ae6
1 changed files with 0 additions and 1 deletions
|
@ -336,7 +336,6 @@ $(document).ready(function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.colour-preview-box').each(function (index, value) {
|
$('.colour-preview-box').each(function (index, value) {
|
||||||
console.log($(this));
|
|
||||||
$(this).css("background-color", $(this).data("colour"));
|
$(this).css("background-color", $(this).data("colour"));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue