witten
/
luminotes
Archived
1
0
Fork 0

Changing unused "recent notes" href to different unused URL. (It's unused because a Javascript onclick handler overrides it.)

This commit is contained in:
Dan Helfman 2007-09-01 21:24:55 +00:00
parent 2608350762
commit 0b920ca8a5
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Wiki.prototype.populate = function ( result ) {
appendChildNodes( span, createDOM( "h3", "this notebook" ) );
appendChildNodes( span, createDOM( "div", { "class": "link_area_item" },
createDOM( "a", { "href": "/notebooks/" + this.notebook.object_id, "id": "recent_notes_link", "title": "View the most recently updated notes." }, "recent notes" )
createDOM( "a", { "href": location.href, "id": "recent_notes_link", "title": "View the most recently updated notes." }, "recent notes" )
) );
appendChildNodes( span, createDOM( "div", { "class": "link_area_item" },
createDOM( "a", { "href": "/notebooks/download_html/" + this.notebook.object_id, "id": "download_html_link", "title": "Download a stand-alone copy of the entire wiki notebook." }, "download as html" )