Browse Source

debgu

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

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

@@ -72,7 +72,7 @@ $(document).ready(function () {
$(e.target).parent().children().children().html('');
$(e.target).children().html(' X');
console.log($(e.target).parent());
console.log($(e.target).parent().children().attr('data'));
/*
$(e.target).parent().children().attr('data').each(function(x) {
$("#autodoc_tag_result").removeClass("badge-" + x);

Loading…
Cancel
Save