Commit a6a2573d0565b8bdebe5ed796a9e4e1a8940a8f8
1 parent
4da68917
Exists in
master
and in
1 other branch
hide show notification form
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
app/assets/javascripts/form.js
@@ -8,6 +8,9 @@ $(function(){ | @@ -8,6 +8,9 @@ $(function(){ | ||
8 | if($('div.issue_tracker.nested').length) | 8 | if($('div.issue_tracker.nested').length) |
9 | activateTypeSelector('issue_tracker', 'tracker_params'); | 9 | activateTypeSelector('issue_tracker', 'tracker_params'); |
10 | 10 | ||
11 | + if($('div.notification_service.nested').length) | ||
12 | + activateTypeSelector('notification_service', 'notification_params'); | ||
13 | + | ||
11 | $('body').addClass('has-js'); | 14 | $('body').addClass('has-js'); |
12 | $('.label_radio').click(function(){ | 15 | $('.label_radio').click(function(){ |
13 | activateLabelIcons(); | 16 | activateLabelIcons(); |