Skip to content
Snippets Groups Projects
Commit d38e52fb authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Update dispatcher to have only the right JS inits.

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