Skip to content
Snippets Groups Projects
Commit f0461d78 authored by Alex Xin's avatar Alex Xin
Browse files
parents 8789fc2f 43862b30
No related branches found
No related tags found
No related merge requests found
<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
...@@ -157,10 +157,6 @@ function addAward(){ ...@@ -157,10 +157,6 @@ function addAward(){
} else{ } else{
alert("Insert Failed"); alert("Insert Failed");
} }
},
error : function(msg) {
alert("Add Award Failed");
console.log(msg)
} }
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment