소스 검색

debgu

master
Pascal Gloor 5 년 전
부모
커밋
7d21ef1d37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      www/js/autodoc.js

+ 1
- 1
www/js/autodoc.js 파일 보기

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

Loading…
취소
저장