From d98f12e111e217da8a4a62c5cda702690296420b Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Sun, 9 Feb 2014 17:40:57 -0700 Subject: [PATCH] Keeping width the same throughout resize --- injected.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/injected.js b/injected.js index 627e4d2..4f21a97 100644 --- a/injected.js +++ b/injected.js @@ -2,7 +2,7 @@ window.normalWidth = window.outerWidth; window.normalHeight = window.outerHeight; -window.minWidth = 250; +window.minWidth = window.outerWidth; window.minHeight = 160; function freshbooksResize(){