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:
authorFilipa Lacerda <filipa@gitlab.com>2017-06-08 21:06:23 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-06-08 21:06:23 +0300
commit7b6df851209f5845be6a2b2d3a3865510ca540aa (patch)
tree95a97c04c846fb37ed9773c7e14f95ef1ae03747 /app
parentaa7e051357d230c17f9a900589eca59bd6d6fdb0 (diff)
parente6ff6d81a0e09a897eb1706d5d92c7a8102f05ad (diff)
Merge branch 'artifacts-keyboard-shortcuts' into 'master'
Enabled keyboard shortcuts on artifacts pages Closes #33184 See merge request !12015
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':