Commit 5a69e160149449c5731ac09c8200535270f2e248
1 parent
c7be5bf2
some modification
Showing
1 changed file
with
1 additions
and
4 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CIController.js
... | ... | @@ -605,9 +605,6 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout |
605 | 605 | |
606 | 606 | if (clickedCIImage.length > 0 && clickedCISummary.length > 0) { |
607 | 607 | |
608 | - $rootScope.isLoading = false; | |
609 | - $('#spinner').css('visibility', 'hidden'); | |
610 | - | |
611 | 608 | $.jsPanel({ |
612 | 609 | id: 'ciImagePanel', |
613 | 610 | selector: '.ciView', |
... | ... | @@ -635,7 +632,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout |
635 | 632 | |
636 | 633 | |
637 | 634 | $('#canvasDiv img').load(function () { |
638 | - alert("load function"); | |
635 | + | |
639 | 636 | $rootScope.isLoading = false; |
640 | 637 | $('#spinner').css('visibility', 'hidden'); |
641 | 638 | }); | ... | ... |