mirror of
https://github.com/S2-/gitlit
synced 2025-08-02 12:20:05 +02:00
ctrl + r for refresh
This commit is contained in:
@@ -84,6 +84,11 @@
|
|||||||
inPageSearch.openSearchWindow();
|
inPageSearch.openSearchWindow();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//ctrl + r
|
||||||
|
if (ev.ctrlKey && ev.keyCode == 18) {
|
||||||
|
window.location.reload(false);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
//startup
|
//startup
|
||||||
|
Reference in New Issue
Block a user