From 5691a609c407b0c70a38b3b1e17d5c070e985931 Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Tue, 25 Feb 2014 01:12:27 -0300 Subject: Fix typo that broke jquery.divgrow. Sorry I should have tested. --- view/tpl/js_strings.tpl | 4 ++-- 1 file 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}}", -- cgit v1.2.3