Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-01-27 23:19:32 +0300
committerMarin Jankovski <maxlazio@gmail.com>2015-01-27 23:19:32 +0300
commit95db00c3e9b7658b1a2a38f62006371988eabe5c (patch)
tree34c442a2446ac397132836e52bf4a0e8f0238af7
parentededa98995208591c5792c0ece1a5ec0ef302127 (diff)
Still need the javascript on the project edit page.
-rw-r--r--app/assets/javascripts/dispatcher.js.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/dispatcher.js.coffee b/app/assets/javascripts/dispatcher.js.coffee
index acce4ad5096..1643ca941ff 100644
--- a/app/assets/javascripts/dispatcher.js.coffee
+++ b/app/assets/javascripts/dispatcher.js.coffee
@@ -100,6 +100,7 @@ class Dispatcher
switch path[1]
when 'edit'
shortcut_handler = new ShortcutsNavigation()
+ new ProjectNew()
when 'new'
new ProjectNew()
when 'show'