Browse Source

fixed

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

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

@@ -83,7 +83,7 @@ $(document).ready(function () {
return false;
})

$('.autodoc_tag_text').keypress(function(e) {
$('.autodoc_tag_text').keyup(function(e) {
$('#autodoc_tag_result').html($(e.target).val());
});
});

Loading…
Cancel
Save