Commit 9b92c6baec2a1e55c3e30183a695bb0d9124acfa
1 parent
a134585e
resolve merge conflict
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CurrBuildController.js
... | ... | @@ -1354,7 +1354,7 @@ function ($scope, $rootScope, pages, log, Modules, $http, $compile, $location, $ |
1354 | 1354 | //var selectedText = $("#viwerSelect option:selected").text(); |
1355 | 1355 | var selected_Id = $("#viwerSelect option:selected").val(); |
1356 | 1356 | if (selected_Id != "0") { |
1357 | - $('body,html').animate({ scrollTop: $('#' + selected_Id).position().top }, 2000); | |
1357 | + $('body,html').animate({ scrollTop: $('#' + selected_Id).position().top }, 500); | |
1358 | 1358 | } |
1359 | 1359 | } |
1360 | 1360 | }] | ... | ... |