Commit a875ae5e151e2cb13211d32ec768b3b6dd8fc828
Merge branch 'DAViewNotOpenIssue' into QA
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -571,7 +571,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l |
571 | 571 | if ($('#daImagePanel').offset().left == 0) |
572 | 572 | $('#daImagePanel').css("left", '1px'); |
573 | 573 | |
574 | - }, 350); | |
574 | + }, 550); | |
575 | 575 | } |
576 | 576 | } |
577 | 577 | else { | ... | ... |