diff options
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/base/common_header_tags.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/web/base/common_header_tags.html b/templates/web/base/common_header_tags.html index cef93770f..ca087fc86 100644 --- a/templates/web/base/common_header_tags.html +++ b/templates/web/base/common_header_tags.html @@ -31,12 +31,6 @@ [% map_js %] -[% IF category_extras_json && category_extras_json != '{}' %] -<script type="text/javascript"> - category_extras = [% category_extras_json %]; -</script> -[% END %] - [% IF robots %] <meta name="robots" content="[% robots %]"> [% ELSIF c.config.STAGING_SITE %] |