bug fix for page autosave

This commit is contained in:
Diego Najar 2021-10-23 18:15:03 +02:00
parent a5390963fb
commit c81b34eeca

View file

@ -59,7 +59,7 @@
// Save the current page // Save the current page
// This function set the global variable "_pageKey" // This function set the global variable "_pageKey"
function savePage(args) { function savePage(args = []) {
logs('Saving page.'); logs('Saving page.');
if (_pageKey == null) { if (_pageKey == null) {