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
I'm on the Mac OSX platform, and see hour note about workarounds for non-Mozilla browsers.
Since the root of the issue is XMLHTTPRequest, how about making the "replacer" element an iframe, and using document.getElementById("replacer").src = data.replace(...); instead of loading it via jquery?
The text was updated successfully, but these errors were encountered:
I'm on the Mac OSX platform, and see hour note about workarounds for non-Mozilla browsers.
Since the root of the issue is XMLHTTPRequest, how about making the "replacer" element an iframe, and using
document.getElementById("replacer").src = data.replace(...);
instead of loading it via jquery?The text was updated successfully, but these errors were encountered: