add keyboard shortcut for reload application

This commit is contained in:
rolux 2013-08-03 18:31:58 +00:00
commit 2377269391
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,7 @@ pandora.ui.loadingIcon = function() {
var self = {},
that = Ox.LoadingIcon({
tooltip: Ox._('Reload {0}', [pandora.site.site.name])
+ ' <span class="OxBright">' + Ox.SYMBOLS.CONTROL + 'R' + '</span>'
}, self)
.attr({
src: Ox.UI.getImageURL('symbolRedo')