witten
/
luminotes
Archived
1
0
Fork 0

Fixed a bug in which autosave did not cause the "notes" and "recent updates" links to rename if necessary.

This commit is contained in:
Dan Helfman 2008-11-05 16:13:26 -08:00
parent 8330d8b65c
commit 5b556d03cf
1 changed files with 2 additions and 0 deletions

View File

@ -1588,6 +1588,8 @@ Wiki.prototype.save_editor = function ( editor, fire_and_forget, callback, synch
var self = this;
if ( editor && editor.read_write && !( editor.id == this.blank_editor_id && editor.empty() ) && !editor.closed && editor.dirty() ) {
editor.scrape_title();
this.invoker.invoke( "/notebooks/save_note", "POST", {
"notebook_id": this.notebook_id,
"note_id": editor.id,