Commit 74b3e3f8 by Oláh István Gergely

dashboard: add show help js to node details actions

parent e9ff3725
...@@ -25,6 +25,10 @@ ...@@ -25,6 +25,10 @@
return false; return false;
}); });
$(".node-details-help-button").click(function() {
$(".node-details-help").stop().slideToggle();
});
/* for Node removes buttons */ /* for Node removes buttons */
$('.node-enable').click(function() { $('.node-enable').click(function() {
var node_pk = $(this).data('node-pk'); var node_pk = $(this).data('node-pk');
......
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