diff options
Diffstat (limited to 'extensions/MyDashboard/template/en/default')
-rw-r--r-- | extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl index 028d1b9b0..e07edbc83 100644 --- a/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl +++ b/extensions/MyDashboard/template/en/default/pages/mydashboard.html.tmpl @@ -74,7 +74,7 @@ </div> </script> -<script type="text/javascript"> +<script> [% IF Param('splinter_base') %] MyDashboard.splinter_base = '[% Bugzilla.splinter_review_base FILTER js %]'; [% END %] |