1
0
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:
s2
2018-06-03 13:50:08 +02:00
parent d002126b72
commit cb87d6a9cd

View File

@@ -84,6 +84,11 @@
inPageSearch.openSearchWindow();
}
}
//ctrl + r
if (ev.ctrlKey && ev.keyCode == 18) {
window.location.reload(false);
}
});
//startup