From 9cee493141f57db6f57e2f2ee5f29a0a611dd5ab Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 8 Nov 2007 21:51:13 +0000 Subject: [PATCH] Bug fix: If you click on a link that has a destination note with a different title than the link itself, then the destination note title won't show up in the link info box. It'll instead incorrectly show the link title. --- static/js/Wiki.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/js/Wiki.js b/static/js/Wiki.js index 50ded08..db3eb64 100644 --- a/static/js/Wiki.js +++ b/static/js/Wiki.js @@ -251,8 +251,6 @@ Wiki.prototype.load_editor = function ( note_title, note_id, revision, link ) { pulldown_title = strip( pulldown.title_field.value ); if ( pulldown_title ) note_title = pulldown_title; - else - pulldown.title_field.value = note_title; } // if the title looks like a URL, then make it a link to an external site