From a6da27f493b50f9bb8d263307d1d5a377ebc1c1b Mon Sep 17 00:00:00 2001 From: AndiF Date: Wed, 2 Mar 2016 09:27:31 +0100 Subject: [PATCH] Update pgwmodal.js without removing the temp container (zepto) iOS zooms into page by error --- pgwmodal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pgwmodal.js b/pgwmodal.js index e04f9e3..651244c 100644 --- a/pgwmodal.js +++ b/pgwmodal.js @@ -117,6 +117,7 @@ // Check for Zepto if (typeof child.innerWidth != 'function') { + container.remove(); return 0; }