Browse Source

test

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

+ 2
- 1
www/js/autodoc.js View File



function page_load_document() { function page_load_document() {
var docid = $('autodoc_tab_document').data('docid'); var docid = $('autodoc_tab_document').data('docid');

console.log(docid);
if ( docid ) { if ( docid ) {
$('autodoc_document_empty').addClass('d-none'); $('autodoc_document_empty').addClass('d-none');
$('autodoc_document_body').removeClass('d-none'); $('autodoc_document_body').removeClass('d-none');

Loading…
Cancel
Save