| @@ -34,13 +34,11 @@ function change_page() { | |||
| .attr("href") | |||
| .substr(1); | |||
| if (curhash == hash) { | |||
| console.log("add " + curhash); | |||
| $(obj) | |||
| .parent() | |||
| .addClass("active"); | |||
| $("#autodoc_tab_" + curhash).removeClass("d-none"); | |||
| } else { | |||
| console.log("remove " + curhash); | |||
| $(obj) | |||
| .parent() | |||
| .removeClass("active"); | |||
| @@ -129,7 +127,7 @@ function document_load(page) { | |||
| .children() | |||
| .last(); | |||
| console.log($('#autodoc_home_body')); | |||
| console.log($('#autodoc_home_body').find()); | |||
| console.log($('#autodoc_home_body').children()); | |||
| console.log($('#autodoc_home_body').find('.autodoc_template_home_row').last()); | |||
| if (isvisible(obj)) { | |||