|
@@ -755,6 +755,9 @@ ${ smart_unicode(login_modal(request).content) | n,unicode }
|
|
|
if (!app.startsWith('security')) {
|
|
if (!app.startsWith('security')) {
|
|
|
self.lastContext = null;
|
|
self.lastContext = null;
|
|
|
}
|
|
}
|
|
|
|
|
+ SKIP_CACHE.forEach(function (skipped) {
|
|
|
|
|
+ $('#embeddable_' + skipped).html('');
|
|
|
|
|
+ });
|
|
|
self.isLoadingEmbeddable(true);
|
|
self.isLoadingEmbeddable(true);
|
|
|
loadedApps.forEach(function (loadedApp) {
|
|
loadedApps.forEach(function (loadedApp) {
|
|
|
window.pauseAppIntervals(loadedApp);
|
|
window.pauseAppIntervals(loadedApp);
|
|
@@ -775,9 +778,6 @@ ${ smart_unicode(login_modal(request).content) | n,unicode }
|
|
|
$('#embeddable_security_hive2').html('');
|
|
$('#embeddable_security_hive2').html('');
|
|
|
$('#embeddable_security_solr').html('');
|
|
$('#embeddable_security_solr').html('');
|
|
|
}
|
|
}
|
|
|
- if (SKIP_CACHE.indexOf(app) > -1) {
|
|
|
|
|
- $('#embeddable_' + app).html('');
|
|
|
|
|
- }
|
|
|
|
|
if (typeof self.embeddable_cache[app] === 'undefined') {
|
|
if (typeof self.embeddable_cache[app] === 'undefined') {
|
|
|
if (loadedApps.indexOf(app) == -1){
|
|
if (loadedApps.indexOf(app) == -1){
|
|
|
loadedApps.push(app);
|
|
loadedApps.push(app);
|