Skip to content

Commit

Permalink
fold out index entry by default (for icaruseu#1187)
Browse files Browse the repository at this point in the history
  • Loading branch information
NTsch committed Oct 10, 2024
1 parent 7687230 commit 79ccc76
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions my/XRX/src/mom/app/index/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,7 @@
})
} ;



var parameter = window.location.href;
if(parameter.includes('?pm=charter')){
$("span.moreless").toggle();
$("div.entry").toggle();
$(spanless).toggle();


}

$("span.moreless").click(function(){
$("span.moreless").toggle();
$("div.entry").toggle();
Expand Down

0 comments on commit 79ccc76

Please sign in to comment.