Increase suggested wait time on updates.

6_new_products
cyoung 2018-06-26 09:39:37 -04:00
rodzic 0d93623b94
commit 6df88abc72
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -219,7 +219,7 @@ function SettingsCtrl($rootScope, $scope, $state, $location, $window, $http) {
},
transformRequest: angular.identity
}).success(function (data) {
alert("success. wait 60 seconds and refresh home page to verify new version.");
alert("success. wait 5 minutes and refresh home page to verify new version.");
window.location.replace("/");
}).error(function (data) {
alert("error");