]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/js_strings.tpl
Merge pull request #5553 from MrPetovan/task/improve-frio-mobile-display
[friendica.git] / view / theme / frio / templates / js_strings.tpl
index 3bec57a9df0714fccd16c6d4e43cfdd90af809c4..c4173197aa0682b3c672e61c9a38c61b0afe7f5b 100644 (file)
@@ -2,13 +2,12 @@
 
 {{* 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}};
        var aStr = {
                'delitem'     : "{{$delitem}}",
-               'comment'     : "{{$comment}}"
        };
 
        {{* Create an object with the data which is needed for infinite scroll.