Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-12-28 04:34:46 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-12-28 04:34:46 +0300
commite7314e4c278dc754882c95a4c037e72fd583f4d2 (patch)
tree222f6787e70fb8dde7e32431eb7a4abc7ba2a2f6 /app/views/help
parenta97a2d27205637ea2ff6da112dabc1499c37ccfe (diff)
Fix the "Show all" link for the keyboard shortcut modal
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();
- });