Commit f021645a05b37e54e6fc48aeed4dedba56df392f
1 parent
518ae30e
this is for bug 16510
Showing
1 changed file
with
3 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -2448,6 +2448,7 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
2448 | 2448 | |
2449 | 2449 | // $timeout(function () { $scope.DisableProgressBar() }, 1000); |
2450 | 2450 | |
2451 | + | |
2451 | 2452 | |
2452 | 2453 | |
2453 | 2454 | }; |
... | ... | @@ -2710,6 +2711,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
2710 | 2711 | |
2711 | 2712 | } |
2712 | 2713 | } |
2714 | + $('#canvasDiv').scrollLeft($('#canvasDiv').width() / 2); | |
2715 | + | |
2713 | 2716 | |
2714 | 2717 | }; |
2715 | 2718 | worker.onerror = function (e) { | ... | ... |