Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
[webdoc] Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
garuma committed May 2, 2012
1 parent a6749d8 commit fb269bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webdoc/search.js
Expand Up @@ -4,7 +4,6 @@ var content_frame = $('#content_frame');
var page_link = $('#pageLink'); var page_link = $('#pageLink');
var lis = null; var lis = null;
var page_top_offset = $('#main_part').offset().top; var page_top_offset = $('#main_part').offset().top;
console.log (page_top_offset);


change_page = function (pagename) { change_page = function (pagename) {
content_frame.attr ('src', 'monodoc.ashx?link=' + pagename); content_frame.attr ('src', 'monodoc.ashx?link=' + pagename);
Expand Down

0 comments on commit fb269bc

Please sign in to comment.