You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we should check for window.location.href instead of window.document.documentElement.getAttribute("windowtype").
Also we probably can check only location and remove fix for #61.
The text was updated successfully, but these errors were encountered:
See 2a33253 commit.
The logic was changed in release version. :(
chrome://navigator/content/navigator.js, SeaMonkey 2.19:
So we should check for
window.location.href
instead ofwindow.document.documentElement.getAttribute("windowtype")
.Also we probably can check only
location
and remove fix for #61.The text was updated successfully, but these errors were encountered: