// 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 %}
});
updateDocuments(currentpage,true)
},
error:function(result){
...
...
@@ -101,15 +75,12 @@ function deleteNode(node_id,title) {