瀏覽代碼

debug

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

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

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

Loading…
取消
儲存