Fixed 2 new eslint errors

This commit is contained in:
Stefan Baebler 2019-08-31 11:59:44 +02:00
parent fe2bd1ee1a
commit e968ad038a

View file

@ -347,8 +347,8 @@ $(document).ready(function () {
});
}
});
$('.colour-preview-box').each(function () {
$(".colour-preview-box").each(function () {
$(this).css("background-color", $(this).data("colour"));
});
}