mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-15 16:35:35 +00:00
fix(mail(js)): don't poll server from popup windows
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user