diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-02-22 14:53:02 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-02-22 14:53:33 +0100 |
commit | 920d3881aa90fd39b10548b97a32190554ca3a32 (patch) | |
tree | b554b78b3251ddb2672f441bab747faa6317e121 /template/en | |
parent | 4541fb3dd672619a9e8c1ef4283c75ad1f09e15a (diff) | |
download | bugzilla-920d3881aa90fd39b10548b97a32190554ca3a32.tar.gz bugzilla-920d3881aa90fd39b10548b97a32190554ca3a32.tar.xz |
Bug 1250129 - tab links sometimes do not work
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/tabs.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/tabs.html.tmpl b/template/en/default/global/tabs.html.tmpl index 85556c482..6168f3e69 100644 --- a/template/en/default/global/tabs.html.tmpl +++ b/template/en/default/global/tabs.html.tmpl @@ -39,7 +39,7 @@ [% tab.label FILTER html %]</td> [% ELSE %] <td id="tab_[% tab.name FILTER html %]" class="clickable_area" - onClick="document.location='[% tab.link FILTER html %]'"> + onClick="document.location='[% tab.link FILTER js FILTER html %]'"> <a href="[% tab.link FILTER html %]">[% tab.label FILTER html %]</a> </td> [% END %] |