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