Commit bd47c038 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Remove BlobViewer from project repo view

parent 788c445a
......@@ -286,12 +286,6 @@ import RepoBundle from './repo/repo_bundle';
case 'projects:show':
shortcut_handler = new ShortcutsNavigation();
new NotificationsForm();
if ($('#tree-slider').length) {
new TreeView();
}
if ($('.blob-viewer').length) {
new BlobViewer();
}
break;
case 'projects:edit':
setupProjectEdit();
......
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