Aleksander Machniak
2013-05-30 99e27c581eda16f8c3f942fc9f57ce5d56b8cba1
program/js/app.js
@@ -2974,7 +2974,8 @@
    }
    else {
      this.redirect(url);
      window.resizeTo(Math.max(this.env.popup_width, $(window).width()), $(window).height() + 24);
      if (this.env.extwin)
        window.resizeTo(Math.max(this.env.popup_width, $(window).width()), $(window).height() + 24);
    }
  };