From 43862b301823fe5919b9de87d405ec6b9dc071ac Mon Sep 17 00:00:00 2001
From: Ye Tian <yetian@student.unimelb.edu.au>
Date: Mon, 1 Jun 2020 23:27:38 +0800
Subject: [PATCH] changes on admin submit 2

---
 .idea/artifacts/ePortfolio.xml | 11 +++++++++++
 web/js/Award/awards_admin.js   |  4 ----
 2 files changed, 11 insertions(+), 4 deletions(-)
 create mode 100644 .idea/artifacts/ePortfolio.xml

diff --git a/.idea/artifacts/ePortfolio.xml b/.idea/artifacts/ePortfolio.xml
new file mode 100644
index 0000000..2be73c7
--- /dev/null
+++ b/.idea/artifacts/ePortfolio.xml
@@ -0,0 +1,11 @@
+<component name="ArtifactManager">
+  <artifact type="war" name="ePortfolio">
+    <output-path>$PROJECT_DIR$/out/artifacts/ePortfolio</output-path>
+    <root id="archive" name="ePortfolio.war">
+      <element id="artifact" artifact-name="ePortfolio:war exploded" />
+      <element id="directory" name="META-INF">
+        <element id="file-copy" path="$PROJECT_DIR$/META-INF/MANIFEST.MF" />
+      </element>
+    </root>
+  </artifact>
+</component>
\ No newline at end of file
diff --git a/web/js/Award/awards_admin.js b/web/js/Award/awards_admin.js
index 6ce7987..71260e9 100644
--- a/web/js/Award/awards_admin.js
+++ b/web/js/Award/awards_admin.js
@@ -157,10 +157,6 @@ function addAward(){
             } else{
                 alert("Insert Failed");
             }
-        },
-        error : function(msg) {
-            alert("Add Award Failed");
-            console.log(msg)
         }
     });
 }
-- 
GitLab