summaryrefslogtreecommitdiff
path: root/app/views/help
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-12-27 20:34:46 -0500
committerRobert Speicher <rspeicher@gmail.com>2015-12-27 20:34:46 -0500
commite7314e4c278dc754882c95a4c037e72fd583f4d2 (patch)
tree222f6787e70fb8dde7e32431eb7a4abc7ba2a2f6 /app/views/help
parenta97a2d27205637ea2ff6da112dabc1499c37ccfe (diff)
downloadgitlab-ce-e7314e4c278dc754882c95a4c037e72fd583f4d2.tar.gz
Fix the "Show all" link for the keyboard shortcut modalrs-fix-shortcut-help
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/_shortcuts.html.haml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/help/_shortcuts.html.haml b/app/views/help/_shortcuts.html.haml
index 7e801b5332d..e8e331dd109 100644
--- a/app/views/help/_shortcuts.html.haml
+++ b/app/views/help/_shortcuts.html.haml
@@ -219,11 +219,3 @@
%td.shortcut
.key r
%td Reply (quoting selected text)
-
-
-:javascript
- $('.js-more-help-button').click(function (e) {
- $(this).remove()l
- $('.hidden-shortcut').show();
- e.preventDefault();
- });