]> git.mxchange.org Git - friendica.git/blob - view/theme/frio/templates/js_strings.tpl
Remove uses of HTML escaping in Smarty templates
[friendica.git] / view / theme / frio / templates / js_strings.tpl
1
2 {{* Strings which are needed for some js functions (e.g. translation or the interval for page update)
3 They are loaded into the html <head> so that js functions can use them *}}
4 <script type="text/javascript">
5         var updateInterval = {{$update_interval}};
6
7         var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
8         var aStr = {
9                 'delitem'     : "{{$delitem}}",
10         };
11 </script>