witten
/
luminotes
Archived
1
0
Fork 0

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.
This commit is contained in:
Dan Helfman 2007-11-08 21:51:13 +00:00
parent 32f4501e6b
commit 9cee493141
1 changed files with 0 additions and 2 deletions

View File

@ -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