summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-10-12 06:56:46 +0200
committerByron Jones <glob@mozilla.com>2015-10-12 06:56:46 +0200
commitbb7cbda33555735d17c41d2b9bdd54359dad2d94 (patch)
treea26287c6e48f3b5c00fac515dd2f832bbd23d085 /extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
parentc2364b357634e07c1b709c5cb120181ae3bc5e65 (diff)
downloadbugzilla-bb7cbda33555735d17c41d2b9bdd54359dad2d94.tar.gz
bugzilla-bb7cbda33555735d17c41d2b9bdd54359dad2d94.tar.xz
Bug 1149899 - Remember expanded/collapsed sections
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl6
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
index ddf37a26c..2663d5562 100644
--- a/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
@@ -1015,6 +1015,12 @@
[% END %]
[% END %]
+[%# === initialise module visibility === %]
+
+<script>
+ init_module_visibility();
+</script>
+
[%# === top (between modules and comments) actions === %]
[% IF user.id %]