changeset 8:10b6e9d96d59

Changing the URL of the extraction interface.
author "jurzua <jurzua@mpiwg-berlin.mpg.de>"
date Tue, 17 Mar 2015 10:51:19 +0100
parents dece72e97c65
children 964fc53abeec
files src/main/webapp/resources/js/general.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/webapp/resources/js/general.js	Mon Mar 16 12:32:33 2015 +0100
+++ b/src/main/webapp/resources/js/general.js	Tue Mar 17 10:51:19 2015 +0100
@@ -8,7 +8,7 @@
 	
 	var form = document.createElement("form");
 	form.setAttribute("method", "post");
-	form.setAttribute("action", extractionInterfaceUrl + "/develop/Extractapp/TaggingText");  // hand to controller
+	form.setAttribute("action", extractionInterfaceUrl + "/Extractapp/TaggingText");  // hand to controller
 	form.setAttribute("target", "_blank");
 	
 	
@@ -61,7 +61,7 @@
 	
 	var form = document.createElement("form");
 	form.setAttribute("method", "post");
-	form.setAttribute("action", extractionInterfaceUrl + "/develop/Extractapp/TaggingText");  // hand to controller
+	form.setAttribute("action", extractionInterfaceUrl + "/Extractapp/TaggingText");  // hand to controller
 	form.setAttribute("target", "_blank");
 
 	var hiddenField2 = document.createElement("input");