diff options
author | Byron Jones <bjones@mozilla.com> | 2012-09-26 01:01:12 +0800 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-09-26 01:01:12 +0800 |
commit | b4c57eb52706fd61f3167dc05eccae1fd7c30513 (patch) | |
tree | 3bdfde89b1e735f968929c944940b419952bc229 /template/en/default/flag | |
parent | Bug 694755: Add Classification API to WebServices (implement Classification.g... (diff) | |
download | bugzilla-b4c57eb52706fd61f3167dc05eccae1fd7c30513.tar.gz bugzilla-b4c57eb52706fd61f3167dc05eccae1fd7c30513.tar.bz2 bugzilla-b4c57eb52706fd61f3167dc05eccae1fd7c30513.zip |
Bug 437212: Make page refreshing under Firefox update fields
r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/flag')
-rw-r--r-- | template/en/default/flag/list.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 9eb6b4441..88486c7f6 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -107,6 +107,7 @@ [%- type.name FILTER html FILTER no_break -%]</label> </td> <td> + <input type="hidden" id="[% fid FILTER html %]_dirty"> <select id="[% fid FILTER html %]" name="[% fid FILTER html %]" title="[% type.description FILTER html %]" onchange="toggleRequesteeField(this);" |