diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-18 20:07:10 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-18 20:07:10 +0300 |
| commit | 2a866bca973d094ae6966a04acaeabdf23399f79 (patch) | |
| tree | 45e35440ff883bbe67757d7ca58d5531c5dfcc68 /src/client/view | |
| parent | 2bf15a54a5404ad2c748d3d27a76dd3a38f670ab (diff) | |
client/view/toolbar__status: hide: fix this value for hide call
Diffstat (limited to 'src/client/view')
| -rw-r--r-- | src/client/view/toolbar__status.js | 4 |
1 files changed, 3 insertions, 1 deletions
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(); + } }; }); |
