From 2a866bca973d094ae6966a04acaeabdf23399f79 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 18 May 2015 20:07:10 +0300 Subject: client/view/toolbar__status: hide: fix this value for hide call --- src/client/view/toolbar__status.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/view/toolbar__status.js b/src/client/view/toolbar__status.js index a0c5cef0..b58aedab 100644 --- a/src/client/view/toolbar__status.js +++ b/src/client/view/toolbar__status.js @@ -39,7 +39,9 @@ function($) { return { display_html_frag : display_html_frag, - hide: toolbar__status.hide + hide: function () { + toolbar__status.hide(); + } }; }); -- cgit v1.3.1