Browse Source

name

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

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

$(col) $(col)
.find(".autodoc_template_home_created") .find(".autodoc_template_home_created")
.html(doc.created); .html(doc.created);

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

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

Loading…
Cancel
Save