Commit 50e279500f8f024573fe76dd4cba3a036b69314c
1 parent
159b016f
Committed code. Refs: #15352, 15361 and 15368
Showing
1 changed file
with
5 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js
... | ... | @@ -3358,5 +3358,10 @@ function ($rootScope, Modules, $log, $location, $timeout, DataService, Authentic |
3358 | 3358 | $("#cursor-block").html(); |
3359 | 3359 | |
3360 | 3360 | } |
3361 | + | |
3362 | + $rootScope.CheckRefresh = function (e) { | |
3363 | + if ((e.keyCode === 116) || (e.keyCode == 82 && e.ctrlKey)) | |
3364 | + $location.path('/'); | |
3365 | + }; | |
3361 | 3366 | }] |
3362 | 3367 | ); |
3363 | 3368 | \ No newline at end of file | ... | ... |