From 4144b5333c20554a580817a189ce10f5469a20ab Mon Sep 17 00:00:00 2001 From: duandongmei Date: Fri, 10 Aug 2018 19:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A3=80=E7=B4=A2=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E9=81=AE=E7=9B=96=E5=B1=82=20Text=20Content=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E4=BF=AE=E6=94=B9=E4=B8=BAPlaintext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/messages/message_en.properties | 2 +- src/main/webapp/static/global/scripts/common.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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(); } });