diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index 8014c0e..fb7894f 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -463,7 +463,7 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic //jspanel functionality.. - $rootScope.getScrollModule = function () { + $rootScope.getModuleScrollPosition = function () { $('.mCSB_container ul li').click(function () { $rootScope.scrollTopPosition = $(this).position().top; diff --git a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html index 67afaee..0251686 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/widget/MainMenu.html @@ -26,7 +26,7 @@