mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-17 22:42:22 +08:00
Remove console.log()
This commit is contained in:
parent
cd360d7279
commit
b4685b0a40
1 changed files with 0 additions and 2 deletions
|
|
@ -454,10 +454,8 @@ function initializeUnsavedWorkDialog() {
|
|||
$(document).on("page:before-change", function() {
|
||||
var exit;
|
||||
if (ignoreUnsavedWorkAlert) {
|
||||
console.log('TRUE');
|
||||
exit = true;
|
||||
} else {
|
||||
console.log('FALSE');
|
||||
exit = confirm(alertText);
|
||||
}
|
||||
if ( exit ) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue