From 68739e3df348a5a7355a41e08e0be5f1782e50e9 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 1 May 2015 10:05:11 -0600 Subject: [PATCH] Safari: fix popup to work in logger --- platform/safari/vapi-popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/safari/vapi-popup.js b/platform/safari/vapi-popup.js index 635fa84df..e492e9562 100644 --- a/platform/safari/vapi-popup.js +++ b/platform/safari/vapi-popup.js @@ -21,7 +21,7 @@ (function() { "use strict"; -if(typeof safari.self === "undefined") { +if(typeof safari.self === "undefined" || window.top !== window) { return; }