diff options
author | Marius Halden <marius.h@lden.org> | 2017-05-28 21:31:42 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-05-28 21:31:42 +0200 |
commit | 987124b09a32248414faf4d0d6615d43b29ac6f6 (patch) | |
tree | a549db8af723c981d3b346e855f25d6fd5ff8aa7 /web/cobrands/zurich/js.js | |
parent | dbf56159e44c1560a413022451bf1a1c4cb22a52 (diff) | |
parent | a085b63ce09f87e83b75cda9b9cd08aadfe75d61 (diff) |
Merge tag 'v2.0.4' into fiksgatami-dev
Diffstat (limited to 'web/cobrands/zurich/js.js')
-rw-r--r-- | web/cobrands/zurich/js.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/cobrands/zurich/js.js b/web/cobrands/zurich/js.js index f3977161c..d2909bb6d 100644 --- a/web/cobrands/zurich/js.js +++ b/web/cobrands/zurich/js.js @@ -70,7 +70,7 @@ $(function() { // same or different state to the one we started on if (state === $(this).data('pstate')) { $('input[name=publish_response]').show(); - $('.response_templates_select').show(); + $('.js-template-name').show(); $('#status_update_container').show(); if (state === 'confirmed') { @@ -85,7 +85,7 @@ $(function() { } else { $('input[name=publish_response]').hide(); - $('.response_templates_select').hide(); + $('.js-template-name').hide(); $('#status_update_container').hide(); $('#assignation__category').hide(); |