In case we start out very small, trigger resize handler on page ready.

(imported from commit b3492eee7299e89ded422527facf9c8e44421c73)
This commit is contained in:
Waseem Daher 2012-10-11 18:48:37 -04:00
parent 7d155850a9
commit 3853bf6dd8

View File

@ -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();
});