]> git.openstreetmap.org Git - rails.git/commitdiff
Fixed 2 new eslint errors
authorStefan Baebler <sbaebler@outbrain.com>
Sat, 31 Aug 2019 09:59:44 +0000 (11:59 +0200)
committerStefan Baebler <sbaebler@outbrain.com>
Sat, 31 Aug 2019 09:59:44 +0000 (11:59 +0200)
app/assets/javascripts/index.js

index 562eb80fdd2fe1d7d59c5c6fa5c17df6291cf78a..039cc0ef66b5ccb4c6da47ec98ae0c21dcd0e1d8 100644 (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"));
       });
     }