This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
better
master
Pascal Gloor
5 years ago
parent
b8a9b5dbe4
commit
9cb28045c0
1 changed files
with
2 additions
and
1 deletions
Unified View
Show Diff Stats
2
1
www/js/autodoc.js
+ 2
- 1
www/js/autodoc.js
View File
document_load();
document_load();
}
}
function page_load_document(docid) {
function page_load_document(args) {
var [docid] = args;
console.log(docid);
console.log(docid);
if ( !docid ) {
if ( !docid ) {
return false;
return false;
Write
Preview
Loading…
Cancel
Save