瀏覽代碼

got it

master
Pascal Gloor 5 年之前
父節點
當前提交
bab24c0e0e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js 查看文件

@@ -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…
取消
儲存