浏览代码

typo

master
Pascal Gloor 6 年前
父节点
当前提交
6486d8e81b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js 查看文件



$(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)

正在加载...
取消
保存