Add keyboard view.
[redakcja.git] / src / redakcja / static / js / wiki / toolbar.js
index 9f4272e..8e4c0f0 100644 (file)
@@ -57,4 +57,9 @@
 
     };
 
+
+    $("#keyboard-close").click(function() {
+           $(this).parent().toggle();
+    })
+
 })(jQuery);