Disable changing location when task is active

This commit is contained in:
Girish Ramakrishnan
2020-09-09 21:05:06 -07:00
parent 0c9ea1e0f0
commit e0ca52b1da
2 changed files with 4 additions and 2 deletions

View File

@@ -91,6 +91,8 @@ angular.module('Application').controller('EmailsController', ['$scope', '$locati
subdomain: '',
taskId: null,
percent: 0,
message: '',
errorMessage: '',
refresh: function () {
Client.getMailLocation(function (error, location) {