diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js index c953edd..ec6335c 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js @@ -3358,5 +3358,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic $("#cursor-block").html(); } + + $rootScope.CheckRefresh = function (e) { + if ((e.keyCode === 116) || (e.keyCode == 82 && e.ctrlKey)) + $location.path('/'); + }; }] ); \ No newline at end of file