]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index.js
Preview colour tag value using svg
[rails.git] / app / assets / javascripts / index.js
index e45d28321c859c52ff06a50a2893cec8e35f0920..706647ef51ff4415694c1f035cc58febaec42f6a 100644 (file)
@@ -346,10 +346,6 @@ $(document).ready(function () {
           });
         }
       });
-
-      $(".colour-preview-box").each(function () {
-        $(this).css("background-color", $(this).data("colour"));
-      });
     }
 
     page.unload = function () {