Viewing 4 posts - 1 through 4 (of 4 total)
The topic ‘AutoSave doesn't work’ is closed to new replies.
AutoSave doesn't work. Pending Changes is always false.
builder.js – line 2092
autoSave: function(){
alert('Pending:'+site.pendingChanges);
if(site.pendingChanges) {
site.save(false);
}
window.clearInterval(this.autoSaveTimer);
this.autoSaveTimer = setTimeout(site.autoSave, bConfig.autoSaveTimeout);
},
Replies only viewable for logged in users
The topic ‘AutoSave doesn't work’ is closed to new replies.