aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-25 15:50:19 +1100
committerfriendica <info@friendica.com>2014-02-25 15:50:19 +1100
commit51a895471bb1c0a4f4a7a934a8f0dbeab8626fad (patch)
tree81f754e8708679e7e9abfb45dd6bbe34ba8fc109
parent2becbae4022f6c418aa455e7477c00560bcd8b41 (diff)
parent5691a609c407b0c70a38b3b1e17d5c070e985931 (diff)
downloadvolse-hubzilla-51a895471bb1c0a4f4a7a934a8f0dbeab8626fad.tar.gz
volse-hubzilla-51a895471bb1c0a4f4a7a934a8f0dbeab8626fad.tar.bz2
volse-hubzilla-51a895471bb1c0a4f4a7a934a8f0dbeab8626fad.zip
Merge pull request #338 from solstag/master
Fix typo that broke jquery.divgrow. Sorry I should have tested.
-rwxr-xr-xview/tpl/js_strings.tpl4
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}}",