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

return false; return false;
}) })


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

Loading…
Cancel
Save