Ver código fonte

fixed

master
Pascal Gloor 5 anos atrás
pai
commit
aaae337f46
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js Ver arquivo

@@ -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());
});
});

Carregando…
Cancelar
Salvar