]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/js_strings.tpl
added template for the blocklist editor in the admin panel
[friendica.git] / view / theme / frio / templates / js_strings.tpl
index 3bec57a9df0714fccd16c6d4e43cfdd90af809c4..2576cede75bc7e8c6cb8a3b6ca2a7a23f9cb7b79 100644 (file)
@@ -8,7 +8,6 @@ They are loaded into the html <head> so that js functions can use them *}}
        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.