diff options
author | Phil Hughes <me@iamphill.com> | 2018-01-12 13:18:53 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-01-16 16:45:34 +0000 |
commit | 4ee29e897d38b1d8b31fce8d197270265a0a6f72 (patch) | |
tree | 341ab335f8d99a585f11c2892bd162320cf3c5ef /app/assets/javascripts/dispatcher.js | |
parent | b69d7ac3c9de7b0ba3e60ede70f1de630a53dfe6 (diff) | |
download | gitlab-ce-4ee29e897d38b1d8b31fce8d197270265a0a6f72.tar.gz |
fixed shortcuts not working on some pages
Diffstat (limited to 'app/assets/javascripts/dispatcher.js')
-rw-r--r-- | app/assets/javascripts/dispatcher.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/dispatcher.js b/app/assets/javascripts/dispatcher.js index 5609553a51c..1e8d693093f 100644 --- a/app/assets/javascripts/dispatcher.js +++ b/app/assets/javascripts/dispatcher.js @@ -302,7 +302,7 @@ import Activities from './activities'; window.mergeRequest = new MergeRequest({ action: mrShowNode.dataset.mrAction, }); - + console.log('asd'); shortcut_handler = new ShortcutsIssuable(true); break; case 'dashboard:activity': |