Browse Source

bug

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

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

@@ -69,6 +69,11 @@ $(document).ready(function () {
});

$('.autodoc_tag_color').click(function(e) {
var btn = e.target;
while($(btn).prop("tagName") != "BUTTON") {
btn = $(btn).parent();
}
$(e.target).parent().children().removeClass('active');
$(e.target).addClass('active');


Loading…
Cancel
Save