Pascal Gloor 5 anos atrás
pai
commit
5f5516d8ff
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      www/js/autodoc.js

+ 5
- 0
www/js/autodoc.js Ver arquivo

@@ -116,6 +116,11 @@ function document_load() {
$(col)
.find(".autodoc_template_home_created")
.html(doc.created);

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

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

Carregando…
Cancelar
Salvar