diff views/Extractapp/TaggingText.php @ 72:6974309983d1 extractapp

Bug fixed:1.remove tagging popup window on editable-area, 2.close/disable inputs and buttons, when entering edit-text mode.
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Wed, 08 Apr 2015 15:45:53 +0200
parents 359f48d58cbc
children c49192885290
line wrap: on
line diff
--- a/views/Extractapp/TaggingText.php	Wed Apr 08 14:57:01 2015 +0200
+++ b/views/Extractapp/TaggingText.php	Wed Apr 08 15:45:53 2015 +0200
@@ -208,7 +208,7 @@
         alert("Warning: taglist is deprecated in the current file.");
 
     }
-   
+
 
 });
 
@@ -543,7 +543,7 @@
     // clean editable-area
     $('.questionMarkClass').remove();
     $('.tagItemDivClass').remove();
-    
+ 
     // -------------
     var info = JSON.parse('<?php echo json_encode($info) ?>');
     var topic_id = JSON.parse('<?php echo json_encode($default_topic_id) ?>');