diff views/Extractapp/EditTaglist.php @ 103:2cc65ff46174 extractapp

minor fixed
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 25 Jul 2016 17:10:16 +0200
parents 6ba742b712b0
children e542b161d907
line wrap: on
line diff
--- a/views/Extractapp/EditTaglist.php	Wed May 25 11:29:28 2016 +0200
+++ b/views/Extractapp/EditTaglist.php	Mon Jul 25 17:10:16 2016 +0200
@@ -407,10 +407,12 @@
 	if ( $("#input"+this.id).length > 0 ) {
 		return;
 	}
-	var topic_tag_id = JSON.parse('<?php echo json_encode($topic_tag_id) ?>');
+	/*
 	if (this.id == "tdName"+topic_tag_id || this.id == "tdNameID") {
 		return;
 	}
+	*/
+
 	//var startPageValue = this.innerHTML;
 	var startPageValue = this.textContent;
 	this.innerHTML="";