|
|
@@ -901,6 +901,12 @@ $(document).ready( function() {
|
|
|
|
|
|
let randomNum = Math.floor( ( Math.random() * 4 ) );
|
|
|
$(".it_nav .btn").eq(randomNum).trigger('click');
|
|
|
+
|
|
|
+ function noneImg(noneSrc){
|
|
|
+ $(noneSrc).parents('.itemPic').css({'background':'url(/images/pc/thumb/bg_item_none.png)'});
|
|
|
+ $(noneSrc).css({'opacity':'0'});
|
|
|
+ //$(noneSrc).attr("src", no_src);
|
|
|
+ }
|
|
|
});
|
|
|
|
|
|
/* SLIDE - MAIN_VISUAL */
|