armansansd 3 년 전
부모
커밋
82bbbe94dd
2개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      web/themes/custom/popsu/js/main.js
  2. 6 4
      web/themes/custom/popsu/lib/script.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/themes/custom/popsu/js/main.js


+ 6 - 4
web/themes/custom/popsu/lib/script.js

@@ -154,10 +154,12 @@ $(function(){
 			containers_id.forEach((element) => {
 				$("#"+element).fadeOut();
 			});
-			$("#"+$(this).data("dom")).fadeIn(function(){
-				if($(this).data("dom") == "home_themes-block_1"){
-					console.log("oll");
-					$("#home_themes-block_1").slick('refresh');
+			var d = $(this).data("dom");
+			$("#"+d).fadeIn(function(){
+
+				if(d == "home_themes-block_1"){
+					
+					$("#home_themes-block_1>div>div").slick('refresh');
 				}
 			});
 			

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.