Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Commit 2b5cf02

Browse files
committed
kini widget agenda kembali tampil
1 parent 14125a6 commit 2b5cf02

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

assets/js/script.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ $(window).ready(function(){
7979
threshold: 0,
8080
delay: 3500,
8181
});
82+
const activeElem = $('.nav-tabs>li:first-child').find('a').attr('href');
8283
$('.nav-tabs>li:first-child').find('a').addClass('active show');
83-
$('.tab-content div:first-child').addClass('active show');
84+
$('#arsip_artikel .tab-content div:first-child').addClass('active show');
85+
$(activeElem).addClass('active show');
86+
$(activeElem).removeClass('fade in');
8487
})

assets/js/script.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)