Commit 02e1e991 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Fix BlobViewer instatiation in dispatcher

parent c92220a8
......@@ -330,7 +330,7 @@ import FeatureHelper from './helpers/feature_helper';
if (FeatureHelper.isNewRepo()) break;
if ($('#tree-slider').length) new TreeView();
if ($('#blob-viewer').length) new BlobViewer();
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