Commit 3a6e349a3afd41cc70e41decec8e6fb223a2a6d0

Authored by unknown
1 parent 59814d20

Removed Scroll Code

400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... ... @@ -528,11 +528,11 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo
528 528 }
529 529  
530 530 angular.element(document).ready(function (e) {
531   - function checkWidth() {
532   - var CanvasDivWidthAftrMin = $("#canvasDiv").width() / 2;
533   - $("#canvasDiv").scrollLeft(CanvasDivWidthAftrMin);
534   - }
535   - $("#daImagePanel").resize(checkWidth);
  531 + // function setScrollBarPosition() {
  532 + // var CanvasDivWidthAftrMin = $("#canvasDiv").width() / 2;
  533 + // $("#canvasDiv").scrollLeft(CanvasDivWidthAftrMin);
  534 + //}
  535 + // $("#daImagePanel").resize(checkWidth);
536 536  
537 537 $(document).on("mouseover", "#termList option", function (e) {
538 538 $('#termList option[selected="selected"]').attr("selected", false);
... ...