Fix window size not fitting editor when sending message

This commit is contained in:
Kijin Sung 2016-12-15 00:59:33 +09:00
parent 0707059d49
commit 1cfb83da4d
2 changed files with 9 additions and 7 deletions

View file

@ -4,6 +4,8 @@
{$content}
</div>
<script>
jQuery(window).load(setFixedPopupSize);
jQuery(function() {
setTimeout(setFixedPopupSize, 500);
});
var _isPoped = true;
</script>