Fix warning: 'value', 'index' is defined but never used.
This commit is contained in:
parent
15ea756ae6
commit
26b47fdd18
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ $(document).ready(function () {
|
|||
}
|
||||
});
|
||||
|
||||
$('.colour-preview-box').each(function (index, value) {
|
||||
$('.colour-preview-box').each(function () {
|
||||
$(this).css("background-color", $(this).data("colour"));
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue