diff --git a/rowers/templates/.#menuscript.html b/rowers/templates/.#menuscript.html new file mode 100644 index 00000000..9a681b55 --- /dev/null +++ b/rowers/templates/.#menuscript.html @@ -0,0 +1 @@ +E408191@CZ27LT9RCGN72.14924:1540272798 \ No newline at end of file diff --git a/rowers/templates/menuscript.html b/rowers/templates/menuscript.html index 6f7c5651..455a0fb9 100644 --- a/rowers/templates/menuscript.html +++ b/rowers/templates/menuscript.html @@ -8,7 +8,9 @@ function(i, obj) { var theid = $(this).attr('id'); var state = localStorage.getItem(theid); + if (state !== null) { $(this).find('input:first').prop("checked",state); + }; }); }); $(function() { diff --git a/rowers/templates/registration/login.html b/rowers/templates/registration/login.html index 10e2f027..e2d74eb2 100644 --- a/rowers/templates/registration/login.html +++ b/rowers/templates/registration/login.html @@ -41,3 +41,5 @@ {% endblock %} + + diff --git a/templates/newbase.html b/templates/newbase.html index 9f2c7401..c9390afa 100644 --- a/templates/newbase.html +++ b/templates/newbase.html @@ -163,7 +163,7 @@
  • - +
  • @@ -380,3 +380,16 @@ {% block body_bottom %}{% endblock %} + + +