Safari: fix popup to work in logger

This commit is contained in:
Chris 2015-05-01 10:05:11 -06:00
parent 10c7a40392
commit 68739e3df3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
(function() { (function() {
"use strict"; "use strict";
if(typeof safari.self === "undefined") { if(typeof safari.self === "undefined" || window.top !== window) {
return; return;
} }