Skip to content

Commit b297ddb

Browse files
committed
opened core menu in beforeunload
1 parent 7cc1203 commit b297ddb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

repo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ function repo_init(){
6868
'beforeunload': {
6969
'todo': function(event){
7070
if(score > 0){
71+
core_escape(true);
7172
event.preventDefault();
7273
}
7374
},

0 commit comments

Comments
 (0)