From 74b3e3f8e76718fdd5ebe072dd0c645445ac17d3 Mon Sep 17 00:00:00 2001 From: Oláh István Gergely Date: Tue, 25 Mar 2014 15:52:36 +0100 Subject: [PATCH] dashboard: add show help js to node details actions --- circle/dashboard/static/dashboard/node-details.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle/dashboard/static/dashboard/node-details.js b/circle/dashboard/static/dashboard/node-details.js index 51c95f0..9dec986 100644 --- a/circle/dashboard/static/dashboard/node-details.js +++ b/circle/dashboard/static/dashboard/node-details.js @@ -25,6 +25,10 @@ return false; }); + $(".node-details-help-button").click(function() { + $(".node-details-help").stop().slideToggle(); + }); + /* for Node removes buttons */ $('.node-enable').click(function() { var node_pk = $(this).data('node-pk'); -- libgit2 0.26.0