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
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-08 16:23:50 +0300
committerPhil Hughes <me@iamphill.com>2017-06-08 16:24:08 +0300
commite6ff6d81a0e09a897eb1706d5d92c7a8102f05ad (patch)
treedcaae0df23c5f613b317a21a5e5b27689b3a4b27 /app
parentfd072e2221147f52edf74d4dcedb2ffa3799ab2f (diff)
Enabled keyboard shortcuts on artifacts pages
Closes #33184
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/dispatcher.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/dispatcher.js b/app/assets/javascripts/dispatcher.js
index 0c420c12345..99de128b04b 100644
--- a/app/assets/javascripts/dispatcher.js
+++ b/app/assets/javascripts/dispatcher.js
@@ -374,9 +374,11 @@ import initSettingsPanels from './settings_panels';
new ProjectFork();
break;
case 'projects:artifacts:browse':
+ new ShortcutsNavigation();
new BuildArtifacts();
break;
case 'projects:artifacts:file':
+ new ShortcutsNavigation();
new BlobViewer();
break;
case 'help:index':