Skip to content

Commit

Permalink
Hotfix/remove recurring angular call (#1153)
Browse files Browse the repository at this point in the history
* removing the angular recurring call to disable some promotions as I suspect is creating a wee leak

* missing removal of angular in the index.js browser section
  • Loading branch information
IsmaelMartinez authored Mar 22, 2024
1 parent b4bcdd9 commit 74dd155
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/browser/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global angular */
(function () {
const { ipcRenderer } = require('electron');
const ActivityManager = require('./notifications/activityManager');
Expand All @@ -10,9 +9,6 @@

new ActivityManager(ipcRenderer, config).start();

document.addEventListener('DOMContentLoaded', () => {
modifyAngularSettingsWithTimeout();
});
});

Object.defineProperty(navigator.serviceWorker, 'register', {
Expand Down

0 comments on commit 74dd155

Please sign in to comment.