comparison views/Extractapp/TaggingText.php @ 70:359f48d58cbc extractapp

New: hover on regex elem
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Wed, 08 Apr 2015 14:22:44 +0200
parents 6676ca451dcc
children 6974309983d1
comparison
equal deleted inserted replaced
69:edb8a2e8ce84 70:359f48d58cbc
203 console.log("Debug: taglistArray length=" + taglistArray.length); 203 console.log("Debug: taglistArray length=" + taglistArray.length);
204 console.log(taglistArray); 204 console.log(taglistArray);
205 205
206 // TOOD: ask user to modify/decide tags 206 // TOOD: ask user to modify/decide tags
207 // showing taglist_infile and taglistArray 207 // showing taglist_infile and taglistArray
208 alert("taglist is deprecated in the current file."); 208 alert("Warning: taglist is deprecated in the current file.");
209 209
210 } 210 }
211
211 212
212 }); 213 });
213 214
214 $(document).on("mouseup", '#editable-area', function (e) { 215 $(document).on("mouseup", '#editable-area', function (e) {
215 216