瀏覽代碼

debug

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

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

@@ -81,6 +81,7 @@ $(document).ready(function () {

// tag menu select
$('.autodoc_tag_list').change(function(e) {
console.log(e);
var tagId = $('.autodoc_tag_list').val();
var tagName = $('.autodoc_tag_list').html();
var tagColor = $('.autodoc_tag_list').attr('data');

Loading…
取消
儲存