// // var del_img = '<spanid="delete_{{doc.id}}"><atitle="Delete this document!"style="cursor: pointer;"onclick="deleteNode('+"{{doc.id}}"+',\''+title+'\')"><imgwidth="20px"src="/static/img/delete-big.png"></img></a><span>'
// // $("#"+id).prepend( del_img )
// // }
// // {% endfor %}
// });
},
},
error: function(result) {
error: function(result) {
...
@@ -75,11 +105,19 @@ function deleteNode(node_id,title) {
...
@@ -75,11 +105,19 @@ function deleteNode(node_id,title) {