From f021645a05b37e54e6fc48aeed4dedba56df392f Mon Sep 17 00:00:00 2001 From: Mukul Date: Thu, 13 Apr 2017 18:00:40 +0530 Subject: [PATCH] this is for bug 16510 --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 67d2287..ba2f066 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -2448,6 +2448,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo // $timeout(function () { $scope.DisableProgressBar() }, 1000); + }; @@ -2710,6 +2711,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo } } + $('#canvasDiv').scrollLeft($('#canvasDiv').width() / 2); + }; worker.onerror = function (e) { -- libgit2 0.21.4