Current Path : /usr/local/ispmgr/skins/sirius/ |
Current File : //usr/local/ispmgr/skins/sirius/admin_tickets.js |
function Hotkey_AltN (code, e) {if ((code==78) && (e.altKey == true)) {location.reload();}}RegisterHotkeyEvent ('refreshpage', Hotkey_AltN);