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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-09-01 01:54:06 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-09-01 01:54:06 +0300
commita926f1f03e8516302d08195a705fbad2e953bcbb (patch)
tree88a2839c2bb589e382079e887b995354e28dc88f /app/assets/javascripts/dispatcher.js
parente71cd7a300017cf85e16de3b1c68fdb25c3a4b4d (diff)
Fix suggested colors options for new labels in the admin area
Diffstat (limited to 'app/assets/javascripts/dispatcher.js')
-rw-r--r--app/assets/javascripts/dispatcher.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/dispatcher.js b/app/assets/javascripts/dispatcher.js
index ba64d2bcf0b..38cdc7b9fba 100644
--- a/app/assets/javascripts/dispatcher.js
+++ b/app/assets/javascripts/dispatcher.js
@@ -199,6 +199,7 @@
break;
case 'labels':
switch (path[2]) {
+ case 'new':
case 'edit':
new Labels();
}