Skip to content
Snippets Groups Projects

Remove readme project_view option

Merged Douwe Maan requested to merge dm-fix-readme-project-view into master
All threads resolved!
4 files
+ 9
45
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -261,6 +261,8 @@ const ShortcutsBlob = require('./shortcuts_blob');
@@ -261,6 +261,8 @@ const ShortcutsBlob = require('./shortcuts_blob');
new NotificationsForm();
new NotificationsForm();
if ($('#tree-slider').length) {
if ($('#tree-slider').length) {
new TreeView();
new TreeView();
 
}
 
if ($('.blob-viewer').length) {
new BlobViewer();
new BlobViewer();
}
}
break;
break;
Loading