ソースを参照

better

master
Pascal Gloor 5年前
コミット
774b70da9f
1個のファイルの変更5行の追加1行の削除
  1. 5
    1
      www/js/autodoc.js

+ 5
- 1
www/js/autodoc.js ファイルの表示

@@ -72,7 +72,11 @@ $(document).ready(function () {
$(e.target).parent().children().children().html('');
$(e.target).children().html(' X');

$(e.target).parent().children().attr('data').each(function(x) {
$("#autodoc_tag_result").removeClass("badge-" + x);
});
$("#autodoc_tag_result").addClass("badge-" + $(e.target).attr('data'));
return false;
})


読み込み中…
キャンセル
保存