]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/templates/admin_users.tpl
eliminate Cropper conflicts with jQuery
[friendica.git] / view / theme / frost / templates / admin_users.tpl
index 4d88670c172a4fb754c1c1806acdc2f85848fc18..f0c4869a70603c016e255936db3ffdd6eaec0d46 100644 (file)
@@ -1,8 +1,3 @@
-{{*
- *     AUTOMATICALLY GENERATED TEMPLATE
- *     DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
- *
- *}}
 <script>
        function confirm_delete(uname){
                return confirm( "{{$confirm_delete}}".format(uname));
@@ -11,7 +6,7 @@
                return confirm("{{$confirm_delete_multi}}");
        }
        function selectall(cls){
-               $j("."+cls).attr('checked','checked');
+               $("."+cls).attr('checked','checked');
                return false;
        }
 </script>