witten
/
luminotes
Archived
1
0
Fork 0

Fixed a cut and paste error in Wiki.js initialization code.

This commit is contained in:
Dan Helfman 2009-01-09 14:54:51 -08:00
parent 36e1843f66
commit 28dc92ad21
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ Wiki.prototype.populate = function ( startup_notes, current_notes, note_read_wri
else
var read_write = this.notebook.read_write;
var static_note = getElement( "static_note_" + startup_note.object_id );
var static_note = getElement( "static_note_" + note.object_id );
if ( !static_note ) continue;
var static_contents = getFirstElementByTagAndClassName( "span", "static_note_contents", static_note );
if ( !static_contents ) continue;