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');