From 920d3881aa90fd39b10548b97a32190554ca3a32 Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Mon, 22 Feb 2016 08:53:02 -0500 Subject: Bug 1250129 - tab links sometimes do not work --- template/en/default/global/tabs.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') 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 %] [% ELSE %] + onClick="document.location='[% tab.link FILTER js FILTER html %]'"> [% tab.label FILTER html %] [% END %] -- cgit v1.2.3-24-g4f1b