mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
In case we start out very small, trigger resize handler on page ready.
(imported from commit b3492eee7299e89ded422527facf9c8e44421c73)
This commit is contained in:
parent
7d155850a9
commit
3853bf6dd8
@ -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();
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user