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
typo
master
Pascal Gloor
6 years ago
parent
f059c194bb
commit
6cbe85e36c
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
@@ -63,7 +63,7 @@ $(document).ready(function () {
$('input.autodoc_home_modal_name').removeClass('d-none');
});
$('input.autodoc_home_modal_name').
on
change(function(e) {
$('input.autodoc_home_modal_name').change(function(e) {
console.log(e);
});
});
Write
Preview
Loading…
Cancel
Save