From: Stefan Baebler Date: Sat, 31 Aug 2019 09:59:44 +0000 (+0200) Subject: Fixed 2 new eslint errors X-Git-Tag: live~2414^2~2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e968ad038a4b08960283735fcd191b937dde6d44 Fixed 2 new eslint errors --- diff --git a/app/assets/javascripts/index.js b/app/assets/javascripts/index.js index 562eb80fd..039cc0ef6 100644 --- a/app/assets/javascripts/index.js +++ b/app/assets/javascripts/index.js @@ -347,8 +347,8 @@ $(document).ready(function () { }); } }); - - $('.colour-preview-box').each(function () { + + $(".colour-preview-box").each(function () { $(this).css("background-color", $(this).data("colour")); }); }