Nathaniel van Diepen 10 년 전
부모
커밋
ca58a53c31
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/index.js

+ 1 - 1
js/index.js

@@ -232,8 +232,8 @@
 					var icons = {};
 					if($(this).children('.icons').length == 1){
 						icons = JSON.parse($(this).children('.icons').text());
-						$(this).children('.icons').remove();
 					}
+					$(this).children('.icons').remove();
 					$(this).accordion({
 						collapsible: true,
 						icons: icons,