Commit 4f7608c29cf198d89afb6e6a2f987c0a680e2e21

Authored by Nikita Kulshreshtha
1 parent f222589c

image canavs is not drawn that is why the issue occurs.

incresed the time, need to test on server
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 {
... ...