mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 07:13:58 -05:00
increase master history to 7 day, up from 1 day
This commit is contained in:
@ -35,7 +35,7 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
$(document).keydown(function (event) {
|
||||
const keyCode = (event.keyCode ? event.keyCode : event.which);
|
||||
const keyCode = event.keyCode ? event.keyCode : event.which;
|
||||
if (keyCode === 13) {
|
||||
executeCommand();
|
||||
}
|
||||
|
Reference in New Issue
Block a user