Commit 95db00c3 authored by Marin Jankovski's avatar Marin Jankovski

Still need the javascript on the project edit page.

parent ededa989
...@@ -100,6 +100,7 @@ class Dispatcher ...@@ -100,6 +100,7 @@ class Dispatcher
switch path[1] switch path[1]
when 'edit' when 'edit'
shortcut_handler = new ShortcutsNavigation() shortcut_handler = new ShortcutsNavigation()
new ProjectNew()
when 'new' when 'new'
new ProjectNew() new ProjectNew()
when 'show' when 'show'
......
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