Skip to content

Commit

Permalink
Fix #505 Safari popup resize
Browse files Browse the repository at this point in the history
(cherry picked from commit fd74a14)
  • Loading branch information
Mizzick committed May 2, 2017
1 parent aba5f8a commit 2d66d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/lib/pages/popup.js
Expand Up @@ -49,7 +49,7 @@ $(document).ready(function () {
//add some delay for show popup size properly
setTimeout(function () {
controller.resizePopupWindow();
}, 10);
}, 150);
resizePopupWindowForMacOs($);
};
controller.resizePopup = function (width, height) {
Expand Down

0 comments on commit 2d66d5b

Please sign in to comment.