diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties index 3c7b95714..8d91a65bf 100644 --- a/src/main/resources/messages/message_en.properties +++ b/src/main/resources/messages/message_en.properties @@ -166,7 +166,7 @@ ip_website_text_control=IP+Website Keyword Control request_task=Letter and Task realtime_report=Log Report protocol_and_app=Protocol And App -text_content_monitor=Plaintext Content +text_content_monitor=Plaintext multimedia=Multimedia ddos_system=Ddos System ip_reuse_system=IP Reuse diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 547283758..3e556904a 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -403,7 +403,6 @@ $(function(){ } }, submitHandler: function(form){ - loading('loading...'); form.submit(); } });