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
Unresolved problem described in #1551, which has been closed, still needs work.
jQuery cache busting used when loading the overlay resources. For example, on every click of a thumbnail for the Mirador viewer, the browser is required to perform an ajax request for a half megabyte file named mirador.js. This causes an unnecessary delay in rendering even on faster connections. The Universal viewer implementation doesn't seem to have the same bug.
The text was updated successfully, but these errors were encountered:
I don't know if this would break anything in other areas of CA. jQuery documentation shows cache is normally true, but there is a built-in exception for script requests. If this setting is a proper boolean, it's unclear how setting it to the default value even changes anything.
Unresolved problem described in #1551, which has been closed, still needs work.
jQuery cache busting used when loading the overlay resources. For example, on every click of a thumbnail for the Mirador viewer, the browser is required to perform an ajax request for a half megabyte file named mirador.js. This causes an unnecessary delay in rendering even on faster connections. The Universal viewer implementation doesn't seem to have the same bug.
The text was updated successfully, but these errors were encountered: