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

.find(".autodoc_template_home_name") .find(".autodoc_template_home_name")
.html(doc.name); .html(doc.name);


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

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

Loading…
Cancel
Save