| @@ -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); | |||