Browse Source

simplification

master
Pascal Gloor 5 years ago
parent
commit
1e6dea98b0
1 changed files with 1 additions and 5 deletions
  1. 1
    5
      www/js/autodoc.js

+ 1
- 5
www/js/autodoc.js View File

@@ -219,10 +219,6 @@ function isvisible(obj) {
return false;
}

function page_load_home() {
document_load();
}

function page_load_document(args) {
var [docid] = args;

@@ -309,7 +305,7 @@ function page_load_tags() {
});
}

function document_load(filter) {
function page_load_home(filter) {
if (conf.home.curpage == 0) {
$("#autodoc_home_body").html("");
}

Loading…
Cancel
Save