]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/js_strings.tpl
Merge pull request #12502 from annando/no-gs-import
[friendica.git] / view / theme / frio / templates / js_strings.tpl
index c422648a21dd4b6364306ee069b536c3e9aefafb..066e4bd58525521a8c543ba1cea23d50b7ddc20c 100644 (file)
@@ -5,7 +5,6 @@ They are loaded into the html <head> so that js functions can use them *}}
        var updateInterval = {{$update_interval}};
 
        var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}};
-       var localNickname = {{if $local_nickname}}"{{$local_nickname|escape:'javascript' nofilter}}"{{else}}false{{/if}};
        var aStr = {
                'delitem'     : "{{$delitem|escape:'javascript' nofilter}}",
                'blockAuthor' : "{{$blockAuthor|escape:'javascript' nofilter}}",