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

Commit

Permalink
kini widget agenda kembali muncul
Browse files Browse the repository at this point in the history
  • Loading branch information
dikisiswanto committed May 16, 2020
1 parent 42d4ac6 commit 4a09469
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ $(window).ready(function(){
threshold: 0,
delay: 3500,
});
const activeElem = $('.nav-tabs>li:first-child').find('a').attr('href');
$('.nav-tabs>li:first-child').find('a').addClass('active show');
$('.tab-content div:first-child').addClass('active show');
$('#arsip_artikel .tab-content div:first-child').addClass('active show');
$(activeElem).addClass('active show');
$(activeElem).removeClass('fade in');
})
2 changes: 1 addition & 1 deletion assets/js/script.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a09469

Please sign in to comment.