fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Isbns, and minor fixes.
[redakcja.git]
/
src
/
redakcja
/
static
/
js
/
wiki
/
toolbar.js
diff --git
a/src/redakcja/static/js/wiki/toolbar.js
b/src/redakcja/static/js/wiki/toolbar.js
index
9f4272e
..
8e4c0f0
100644
(file)
--- a/
src/redakcja/static/js/wiki/toolbar.js
+++ b/
src/redakcja/static/js/wiki/toolbar.js
@@
-57,4
+57,9
@@
};
};
+
+ $("#keyboard-close").click(function() {
+ $(this).parent().toggle();
+ })
+
})(jQuery);
})(jQuery);