fix oauth popups

This commit is contained in:
antelle 2017-05-16 21:26:42 +02:00
parent 7d86e8323c
commit fa14998d8d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const FeatureDetector = {
isiOS: /iPad|iPhone|iPod/i.test(navigator.userAgent),
isMobile: MobileRegex.test(navigator.userAgent) || screen.width < MinDesktopScreenWidth,
isPopup: !!((window.parent !== window.top) || window.opener),
isStandalone: !!(navigator.standalone || window.matchMedia('(display-mode: standalone)').matches),
isStandalone: !!navigator.standalone,
isBeta: window.location.href.toLowerCase().indexOf('beta.') > 0,
actionShortcutSymbol: function(formatting) {