Skip to content
Snippets Groups Projects
Commit 24d9142c authored by Tim Zallmann's avatar Tim Zallmann
Browse files

Inline JS of Wiki Sidebar to dispatcher

parent 364a2a27
No related branches found
No related tags found
No related merge requests found
Loading
@@ -511,6 +511,7 @@ import PerformanceBar from './performance_bar';
Loading
@@ -511,6 +511,7 @@ import PerformanceBar from './performance_bar';
shortcut_handler = new ShortcutsWiki(); shortcut_handler = new ShortcutsWiki();
new ZenMode(); new ZenMode();
new gl.GLForm($('.wiki-form'), true); new gl.GLForm($('.wiki-form'), true);
new Sidebar();
break; break;
case 'snippets': case 'snippets':
shortcut_handler = new ShortcutsNavigation(); shortcut_handler = new ShortcutsNavigation();
Loading
Loading
Loading
@@ -19,6 +19,3 @@
Loading
@@ -19,6 +19,3 @@
More Pages More Pages
   
= render 'projects/wikis/new' = render 'projects/wikis/new'
:javascript
new Sidebar();
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