BigW Consortium Gitlab

Commit d38e52fb by Jacob Schatz

Update dispatcher to have only the right JS inits.

parent 6a43c200
...@@ -323,7 +323,6 @@ import RepoBundle from './repo/repo_bundle'; ...@@ -323,7 +323,6 @@ import RepoBundle from './repo/repo_bundle';
new GroupAvatar(); new GroupAvatar();
break; break;
case 'projects:tree:show': case 'projects:tree:show':
shortcut_handler = new ShortcutsNavigation();
new RepoBundle(); new RepoBundle();
break; break;
case 'projects:find_file:show': case 'projects:find_file:show':
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
} }
.add-to-tree { .add-to-tree {
vertical-align: top; vertical-align: middle;
padding: 6px 10px; padding: 6px 10px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment