Ver código fonte

better

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

+ 2
- 1
www/js/autodoc.js Ver arquivo

@@ -241,7 +241,8 @@ function page_load_home() {
document_load();
}

function page_load_document(docid) {
function page_load_document(args) {
var [docid] = args;
console.log(docid);
if ( !docid ) {
return false;

Carregando…
Cancelar
Salvar