diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 0750d9d6..ea0aefe3 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -57,22 +57,13 @@ {% if g.user.role_upload() or g.user.role_admin()%} {% if g.allow_upload %}
  • -
  • {% endif %} - {% if g.allow_upload %} -
  • - -
  • - {% endif %} {% endif %} {% if g.user.role_admin() %}
  • @@ -246,10 +237,6 @@ $("#loader").show(); $("#form-upload").submit(); }); - $("#btn-upload-multi").change(function () { - $("#loader").show(); - $("#form-upload-multi").submit(); - }); });