Fixed casing for modules, removed unused page

This commit is contained in:
alexjanousekGSA
2025-08-06 18:29:18 -04:00
parent 3a230f15b6
commit 2b99d818b6
17 changed files with 16 additions and 195 deletions

View File

@@ -106,7 +106,7 @@
);
};
global.NotifyModules.UpdateContent = function() {
global.NotifyModules['update-content'] = function() {
this.start = component => {
var $component = $(component);
@@ -144,6 +144,6 @@
};
global.NotifyModules.UpdateContent.calculateBackoff = calculateBackoff;
global.NotifyModules['update-content'].calculateBackoff = calculateBackoff;
})(window);