diff views/Extractapp/TaggingText.php @ 49:b2c1fae5cf6a extractapp

move/remove develop folder
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 17 Mar 2015 13:58:34 +0100
parents 886f43b26ee2
children 840cdb52f476
line wrap: on
line diff
--- a/views/Extractapp/TaggingText.php	Tue Mar 17 11:22:48 2015 +0100
+++ b/views/Extractapp/TaggingText.php	Tue Mar 17 13:58:34 2015 +0100
@@ -208,7 +208,7 @@
     if (_GET['id']) {
         // === This case should only be possible for developing on local machine ==== 
         var info = JSON.parse('<?php echo json_encode($info) ?>');
-        var redirectUrl = "http://localhost:1080/extraction-interface/Extractapp/TaggingText";
+        var redirectUrl = "http://localhost:1080/localgazetteers-dev/extraction-interface/Extractapp/TaggingText";
         var section_id = info['section_id'];
 
         var form = $('<form action="' + redirectUrl + '" method="post">' +