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
Target new tab instead of pop-up windows for when opening proofreading menu,
pop up windows are now blocked by default in most browsers, and are seen a nuisance for users
function newProofWin(winURL){ nwWin=window.open(winURL,'_blank'); }
I think there may have to be some minor changes to the layout to adjust scaling
The text was updated successfully, but these errors were encountered:
In Dec 2020 we changed it such that by default, new user profiles have "launch in new window" set to "no". We did not change existing users' profiles, however.
When we have a new proofreading interface I suspect we will remove this option entirely.
Target new tab instead of pop-up windows for when opening proofreading menu,
pop up windows are now blocked by default in most browsers, and are seen a nuisance for users
function newProofWin(winURL){ nwWin=window.open(winURL,'_blank'); }
I think there may have to be some minor changes to the layout to adjust scaling
The text was updated successfully, but these errors were encountered: