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
img click
master
Pascal Gloor
5 years ago
parent
925560e606
commit
cd918a77b1
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
www/js/autodoc.js
+ 4
- 0
www/js/autodoc.js
View File
@@ -126,6 +126,10 @@ function document_load() {
Math.floor(1000 / conf.home.width)
);
$.on('click', $(col).find(".autodoc_template_home_img"), function(e) {
console.log(e);
});
$(col)
.find(".autodoc_template_home_owner")
.html(doc.owner);
Write
Preview
Loading…
Cancel
Save