unblocking infinite cycle

This commit is contained in:
azivner
2018-03-25 13:13:26 -04:00
parent 299252b650
commit d746d707b5
2 changed files with 15 additions and 13 deletions

View File

@@ -90,7 +90,7 @@ function showDialog() {
});
}
reload();
setTimeout(reload, 100);
$(document).bind('keydown', 'ctrl+e', e => {
showDialog();