# HG changeset patch # User "jurzua " # Date 1426585879 -3600 # Node ID 10b6e9d96d59340cf12f45300e46be48d0b0713f # Parent dece72e97c650d575aadf5e4bfffd9211a86f91b Changing the URL of the extraction interface. diff -r dece72e97c65 -r 10b6e9d96d59 src/main/webapp/resources/js/general.js --- 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");