Commit 3a6e349a3afd41cc70e41decec8e6fb223a2a6d0
1 parent
59814d20
Removed Scroll Code
Showing
1 changed file
with
5 additions
and
5 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -528,11 +528,11 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | @@ -528,11 +528,11 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo | ||
528 | } | 528 | } |
529 | 529 | ||
530 | angular.element(document).ready(function (e) { | 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 | $(document).on("mouseover", "#termList option", function (e) { | 537 | $(document).on("mouseover", "#termList option", function (e) { |
538 | $('#termList option[selected="selected"]').attr("selected", false); | 538 | $('#termList option[selected="selected"]').attr("selected", false); |