mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-04 05:31:44 -04:00
Fixed casing for modules, removed unused page
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user