Commit c8c2a789 by Oláh István Gergely

dashboard: node-list js cleanup

parent a6c097d8
......@@ -177,21 +177,6 @@ $(function() {
return false;
});
// enabling / disabling node
function enablenode(pk,new_status,onsuccess,params) {
}
// refresh the given contents, parameter is the array of contents, in pair
function contentrefresh(elements,callbacks){
for (var i = 0; i < elements.length; i+=2) {
$(elements[i]).load(location.href+" "+elements[i+1],callbacks[i/2]);
}
}
/* group actions */
/* select all */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment