diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index a7baeea..a31769f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -528,11 +528,11 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo } angular.element(document).ready(function (e) { - function checkWidth() { - var CanvasDivWidthAftrMin = $("#canvasDiv").width() / 2; - $("#canvasDiv").scrollLeft(CanvasDivWidthAftrMin); - } - $("#daImagePanel").resize(checkWidth); + // function setScrollBarPosition() { + // var CanvasDivWidthAftrMin = $("#canvasDiv").width() / 2; + // $("#canvasDiv").scrollLeft(CanvasDivWidthAftrMin); + //} + // $("#daImagePanel").resize(checkWidth); $(document).on("mouseover", "#termList option", function (e) { $('#termList option[selected="selected"]').attr("selected", false);