diff --git a/zephyr/static/js/ui.js b/zephyr/static/js/ui.js index db2e0ec141..d7bd78dac0 100644 --- a/zephyr/static/js/ui.js +++ b/zephyr/static/js/ui.js @@ -253,4 +253,9 @@ $(function () { .text(response).stop(true).fadeTo(0,1); } }); + + // A little hackish, because it doesn't seem to totally get us + // the exact right width for the narrowbar and compose box, + // but, close enough for now. + resizehandler(); });