Keeping width the same throughout resize

This commit is contained in:
Will Bradley 2014-02-09 17:40:57 -07:00
parent df88b35637
commit d98f12e111

View File

@ -2,7 +2,7 @@
window.normalWidth = window.outerWidth; window.normalWidth = window.outerWidth;
window.normalHeight = window.outerHeight; window.normalHeight = window.outerHeight;
window.minWidth = 250; window.minWidth = window.outerWidth;
window.minHeight = 160; window.minHeight = 160;
function freshbooksResize(){ function freshbooksResize(){