Skip to content

Commit

Permalink
missing removal of angular in the index.js browser section
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmaelMartinez committed Mar 22, 2024
1 parent 0eb030d commit 8358e3b
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 8358e3b

Please sign in to comment.