This commit is contained in:
BoHung Chiu 2023-02-22 17:11:33 +08:00
parent a1c21e3961
commit a96fd6e6eb
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ $(document).ready(function(){
}
}
}
$(window).on('hashchange', function(){
collapse_init();
})
collapse_init();
$('.i-archive .panel-heading, .w-archive .panel-heading').each(function(i, v){
var $v = $(v);