Browse Source

got it

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

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

@@ -73,7 +73,7 @@ $(document).ready(function () {
$(e.target).parent().children().html('0');
$(e.target).children().html('1');
$(e.target).parent().children().each(function(x) {
$(e.target).parent().children().each(function(id, x) {
console.log(x);
console.log($(x).attr('data'));
$("#autodoc_tag_result").removeClass("badge-" + $(x).attr('data'));

Loading…
Cancel
Save