Commit 3aadf8e4435de2c8a0d4818d61a4117e66fb4a54
1 parent
d58e51ae
added wait cursor
Showing
2 changed files
with
4 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
... | ... | @@ -198,7 +198,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout |
198 | 198 | |
199 | 199 | //}); |
200 | 200 | |
201 | - $timeout(function () { $('#ciSpinner').css('visibility', 'hidden'); }, 200); | |
201 | + $timeout(function () { $('#ciSpinner').css('visibility', 'hidden'); }, 300); | |
202 | 202 | }, |
203 | 203 | function (error) { |
204 | 204 | // handle errors here | ... | ... |
400-SOURCECODE/AIAHTML5.Web/app/views/ci/ci-view.html