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
When I attempt to (re)load webshim to populate a modal dialog, etc... via ajax, the browser spits out warnings/errors about trying to load the shim.css file from an odd path. I've found two fixes for this:
Set 'loadStyles:false' if the instance is doing an ajax load
Rewrite the polyfill.js line where the stylesheet is loaded to include the path
The code change is in line 230 of v1.15.10 and goes from
When I attempt to (re)load webshim to populate a modal dialog, etc... via ajax, the browser spits out warnings/errors about trying to load the shim.css file from an odd path. I've found two fixes for this:
The code change is in line 230 of v1.15.10 and goes from
to
The text was updated successfully, but these errors were encountered: