Browse Source

fds

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

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

$(e.target).parent().children().children().html(''); $(e.target).parent().children().children().html('');
$(e.target).children().html(' X'); $(e.target).children().html(' X');
console.log($(e.target).attr('class'));
$('#autodoc_tag_result').attr('class', $(e.target).attr('class')); $('#autodoc_tag_result').attr('class', $(e.target).attr('class'));
return false; return false;
}) })

Loading…
Cancel
Save