]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/user.js
Subscribe users when they interact with notes
[rails.git] / app / assets / javascripts / user.js
index 495470f2fd10ea35281b5f0377d9d19130bc8099..681ec3ace82470b0caa52b7fd87562dbefa17f6a 100644 (file)
@@ -1,5 +1,11 @@
 //= require leaflet.locatecontrol/src/L.Control.Locate
 
 //= require leaflet.locatecontrol/src/L.Control.Locate
 
+(function () {
+  $(document).on("change", "#user_all", function () {
+    $("#user_list input[type=checkbox]").prop("checked", $("#user_all").prop("checked"));
+  });
+}());
+
 $(document).ready(function () {
   var defaultHomeZoom = 12;
   var map, marker, deleted_lat, deleted_lon;
 $(document).ready(function () {
   var defaultHomeZoom = 12;
   var map, marker, deleted_lat, deleted_lon;
@@ -200,10 +206,6 @@ $(document).ready(function () {
     enableAuth();
   }
 
     enableAuth();
   }
 
-  $("#user_all").change(function () {
-    $("#user_list input[type=checkbox]").prop("checked", $("#user_all").prop("checked"));
-  });
-
   $("#content.user_confirm").each(function () {
     $(this).hide();
     $(this).find("#confirm").submit();
   $("#content.user_confirm").each(function () {
     $(this).hide();
     $(this).find("#confirm").submit();