summaryrefslogtreecommitdiff
path: root/app/views/help/_shortcuts.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/help/_shortcuts.html.haml')
-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();
- });