diff --git a/seahub/templates/view_file_base.html b/seahub/templates/view_file_base.html index 4fa723c9db..f0d8898bfe 100644 --- a/seahub/templates/view_file_base.html +++ b/seahub/templates/view_file_base.html @@ -163,7 +163,7 @@ {% endif %} {% if can_download_file %} - + {% endif %} {% if enable_file_comment %} @@ -206,7 +206,7 @@ {% if can_download_file %}
  • - {% trans "Download"%} + {% trans "Download"%}
  • {% endif %} @@ -610,7 +610,7 @@ var DropDownMenu = { } return true; }); - $("#download").on("click", function(){ + $("#download-file").on("click", function(){ _this.clickToClosePopMenu(); }) }