From 7a3da18fe0eb868f4a3b680e4f17a1be595be304 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 17 Nov 2008 22:59:57 -0800 Subject: [PATCH] Typo fix. --- static/js/Wiki.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/Wiki.js b/static/js/Wiki.js index ff8ab3d..2851d22 100644 --- a/static/js/Wiki.js +++ b/static/js/Wiki.js @@ -1622,7 +1622,7 @@ Wiki.prototype.save_editor = function ( editor, fire_and_forget, callback, synch delete self.startup_notes[ editor.id ]; // special case to rename a forum notebook when its first note is renamed - if ( result.rank == 0 && self.notebook.has_tag( self.notebook, "forum" ) ) + if ( result.rank == 0 && self.notebook_has_tag( self.notebook, "forum" ) ) self.end_notebook_rename( editor.title, true ); if ( callback )