bug fix for page autosave
This commit is contained in:
parent
a5390963fb
commit
c81b34eeca
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
|
||||
// Save the current page
|
||||
// This function set the global variable "_pageKey"
|
||||
function savePage(args) {
|
||||
function savePage(args = []) {
|
||||
logs('Saving page.');
|
||||
|
||||
if (_pageKey == null) {
|
||||
|
|
Loading…
Reference in a new issue