From 3a6e349a3afd41cc70e41decec8e6fb223a2a6d0 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 12 Dec 2016 17:13:08 +0530 Subject: [PATCH] Removed Scroll Code --- 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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); -- libgit2 0.21.4