|
|
@@ -820,7 +820,9 @@ $(document).ready( function() {
|
|
|
//$("#header").load("head.html");
|
|
|
//$("#footer").load("foot.html");
|
|
|
$(".tag_list .btn").eq(0).trigger('click');
|
|
|
- $(".it_nav .btn").eq(0).trigger('click');
|
|
|
+
|
|
|
+ let randomNum = Math.floor( ( Math.random() * 4 ) );
|
|
|
+ $(".it_nav .btn").eq(randomNum).trigger('click');
|
|
|
});
|
|
|
|
|
|
/* SLIDE - MAIN_VISUAL */
|