Commit 4f7608c29cf198d89afb6e6a2f987c0a680e2e21
1 parent
f222589c
image canavs is not drawn that is why the issue occurs.
incresed the time, need to test on server
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 { | ... | ... |