Fixed #16
This commit is contained in:
@@ -56,15 +56,6 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!--<script>
|
||||
document.addEventListener("keydown", function(e) {
|
||||
if (e.which === 123) {
|
||||
require('remote').getCurrentWindow().toggleDevTools();
|
||||
} else if (e.which === 116) {
|
||||
location.reload();
|
||||
}
|
||||
});
|
||||
</script>-->
|
||||
|
||||
<script>
|
||||
var loading_screen = pleaseWait({
|
||||
|
||||
Reference in New Issue
Block a user