Skip to content
Snippets Groups Projects

Resolve "Loading bar does not disappear on person overview pages even though the query has finished"

2 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -71,7 +71,9 @@ export default {
// Show loader if iframe starts to change its content, even if the $route stays the same
this.$refs.contentIFrame.contentWindow.onpagehide = () => {
this.$root.contentLoading = true;
if (this.$root.isLegacyBaseTemplate) {
this.$root.contentLoading = true;
}
};
// Write title of iframe to SPA window
Loading