Fixed 2 new eslint errors
This commit is contained in:
parent
fe2bd1ee1a
commit
e968ad038a
1 changed files with 2 additions and 2 deletions
|
@ -347,8 +347,8 @@ $(document).ready(function () {
|
|||
});
|
||||
}
|
||||
});
|
||||
|
||||
$('.colour-preview-box').each(function () {
|
||||
|
||||
$(".colour-preview-box").each(function () {
|
||||
$(this).css("background-color", $(this).data("colour"));
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue