]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/js_strings.tpl
Merge pull request #5224 from rabuzarus/20180615_-_frio_frix_js_error_callAddonHooks
[friendica.git] / view / theme / frio / templates / js_strings.tpl
index 2576cede75bc7e8c6cb8a3b6ca2a7a23f9cb7b79..c4173197aa0682b3c672e61c9a38c61b0afe7f5b 100644 (file)
@@ -2,7 +2,7 @@
 
 {{* Strings which are needed for some js functions (e.g. translation or the interval for page update)
 They are loaded into the html <head> so that js functions can use them *}}
-<script>
+<script type="text/javascript">
        var updateInterval = {{$update_interval}};
 
        var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};