Skip to content

Commit

Permalink
fix: Delete Useless Loading Effetct - Meeds-io/MIPs#120 (#1173)
Browse files Browse the repository at this point in the history
Prior to this change, a 'displayTopBarLoading' is initiated by application without a corresponding 'hideTopBarLoading' to stop loading effect. This change will delete the display of page global loading effect and rely instead of the internal loading effect added inside the application while loading the news list.
  • Loading branch information
boubaker authored and rdenarie committed Apr 26, 2024
1 parent de6be25 commit a7e5ebc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ if (extensionRegistry) {
Vue.use(Vuetify);
const vuetify = new Vuetify(eXo.env.portal.vuetifyPreset);

document.dispatchEvent(new CustomEvent('displayTopBarLoading'));

const appId = 'newsPublishTargetsManagement';

// getting language of the PLF
Expand Down

0 comments on commit a7e5ebc

Please sign in to comment.