瀏覽代碼

debug

master
Pascal Gloor 5 年之前
父節點
當前提交
4337bfd6e3
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. 2
    0
      www/js/autodoc.js

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

@@ -86,6 +86,8 @@ $(document).ready(function () {
var tagName = $('.autodoc_tag_list').html();
var tagColor = $('.autodoc_tag_list').attr('data');

console.log(tagId, tagName, tagColor);

if ( tagId == "" ) {
$(".autodoc_tag_list").addClass('d-none');
$(".autodoc_tag_text").removeClass('d-none');

Loading…
取消
儲存