Use placeholder attribute for Comment message
- Remove global aStr.comment - Remove global window.commentEmptyText - Remove head.tpl $comment parameter
This commit is contained in:
parent
b6ce646d71
commit
b50f1f970f
20 changed files with 37 additions and 59 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue