diff options
author | Alexandre Hannud Abdo <abdo@member.fsf.org> | 2014-02-25 01:12:27 -0300 |
---|---|---|
committer | Alexandre Hannud Abdo <abdo@member.fsf.org> | 2014-02-25 01:15:47 -0300 |
commit | 5691a609c407b0c70a38b3b1e17d5c070e985931 (patch) | |
tree | aabfe25ea02bfedf71d3d46072fd824c46d628d8 /view/tpl/js_strings.tpl | |
parent | fdb25f3450a636b28aa640d096ae4feed308086e (diff) | |
download | volse-hubzilla-5691a609c407b0c70a38b3b1e17d5c070e985931.tar.gz volse-hubzilla-5691a609c407b0c70a38b3b1e17d5c070e985931.tar.bz2 volse-hubzilla-5691a609c407b0c70a38b3b1e17d5c070e985931.zip |
Fix typo that broke jquery.divgrow. Sorry I should have tested.
Diffstat (limited to 'view/tpl/js_strings.tpl')
-rwxr-xr-x | view/tpl/js_strings.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/js_strings.tpl b/view/tpl/js_strings.tpl index cb0e8d24a..fe5228ee9 100755 --- a/view/tpl/js_strings.tpl +++ b/view/tpl/js_strings.tpl @@ -6,8 +6,8 @@ 'comment' : "{{$comment}}", 'showmore' : "{{$showmore}}", 'showfewer' : "{{$showfewer}}", - 'divgrowmore' : "{{$divshowmore}}", - 'divgrowless' : "{{$divshowless}}", + 'divgrowmore' : "{{$divgrowmore}}", + 'divgrowless' : "{{$divgrowless}}", 'pwshort' : "{{$pwshort}}", 'pwnomatch' : "{{$pwnomatch}}", 'everybody' : "{{$everybody}}", |