Skip to content

Commit

Permalink
fix(mail(js)): don't poll server from popup windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cgx committed Dec 2, 2021
1 parent 2ecd441 commit 8724f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/WebServerResources/js/Common/navController.js
Expand Up @@ -50,7 +50,7 @@
// Listen to HTTP errors broadcasted from HTTP interceptor
$rootScope.$on('http:Error', onHttpError);

if (!isPopup) {
if (!$scope.isPopup) {
if (sgSettings.activeUser('path').calendar) {
// Fetch Calendar alarms
Preferences.getAlarms();
Expand Down

0 comments on commit 8724f90

Please sign in to comment.