Browse Source

testing

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

+ 2
- 0
www/js/autodoc.js View File

@@ -138,6 +138,8 @@ function document_load() {
.find(".autodoc_template_home_name")
.html(doc.name);

$(col).find(".autodoc_template_home_name").on('click', function(e) { console.log(e); });

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

Loading…
Cancel
Save