Browse Source

typo

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

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



$(col) $(col)
.find(".autodoc_template_home_pages") .find(".autodoc_template_home_pages")
.html(doc.pages.length);
.html(doc.pageId.length);


$.each(doc.tags, function (id, tag) { $.each(doc.tags, function (id, tag) {
$(col) $(col)

Loading…
Cancel
Save