Skip to content

Commit 9a8a7db

Browse files
committed
Merge pull request #15 from rickyhuang/master
Fixes jquery.msgBox.js
2 parents d98c0d4 + b006a43 commit 9a8a7db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/jquery.msgBox.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ function msg (options) {
224224
divMsgBoxBackGround.fadeOut(300);
225225
setTimeout(function () { divMsgBox.remove(); divMsgBoxBackGround.remove(); }, 300);
226226
setTimeout(options.afterClose, 300);
227+
$(window).unbind("resize");
227228
isShown = false;
228229
}
229230

0 commit comments

Comments
 (0)