# HG changeset patch # User Mads Kiilerich # Date 1581958185 -3600 # Node ID fb9550946c264202c4f7c63f6aec2761acb41948 # Parent 1f3e993156e4c5bc26d7dc04c0184065e01ffd10 js: use strict ... and fix the problems it points out "use strict" gives stricter checks, both statically and at runtime. The strictness tightens up the code and prevents some kinds of problems. The diff -r 1f3e993156e4 -r fb9550946c26 kallithea/templates/admin/user_groups/user_groups.html --- a/kallithea/templates/admin/user_groups/user_groups.html Mon Feb 17 17:14:12 2020 +0100 +++ b/kallithea/templates/admin/user_groups/user_groups.html Mon Feb 17 17:49:45 2020 +0100 @@ -29,7 +29,7 @@
- ## EXTRA FOR JS <%block name="js_extra"/> - - @@ -184,7 +184,7 @@ ## FORM FOR MAKING JS ACTION AS CHANGESET COMMENTS - %endif - - - - %if c.show_stats: -