From 4f7608c29cf198d89afb6e6a2f987c0a680e2e21 Mon Sep 17 00:00:00 2001 From: nikita Date: Wed, 6 Sep 2017 10:48:09 +0530 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index bb6b540..dbc4793 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -571,7 +571,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l if ($('#daImagePanel').offset().left == 0) $('#daImagePanel').css("left", '1px'); - }, 350); + }, 550); } } else { -- libgit2 0.21.4