Include unexpanded text

This commit is contained in:
sigonasr2, Sig, Sigo 2022-05-04 14:06:59 +00:00
parent dbc8096450
commit cf69d43dae
2 changed files with 1 additions and 2 deletions

View File

@ -75,7 +75,7 @@ public class sigPlace {
//Start of a title piece. //Start of a title piece.
s=s.replace("-",map.get("$TITLE_CONTENT_START")); s=s.replace("-",map.get("$TITLE_CONTENT_START"));
s=s+map.get("$TITLE_CONTENT_END").replace("%ID%","id=\"content_"+i+"\""); s=s+map.get("$TITLE_CONTENT_END").replace("%ID%","id=\"content_"+i+"\"");
s=s+"<div class=\"unexpanded\" id=\"expand_"+i+"\" onClick=\"expand("+i+")\"></div>"; s=s+"<div class=\"unexpanded\" id=\"expand_"+i+"\" onClick=\"expand("+i+")\">&#x2908; Click to expand.</div>";
//Use if there's more text to be shown than can fit. //Use if there's more text to be shown than can fit.
} else } else
if (s.contains("===")) { if (s.contains("===")) {

View File

@ -99,7 +99,6 @@ body{
min-width:98vw; min-width:98vw;
text-align:center; text-align:center;
font-size:2.75em; font-size:2.75em;
content: "⤈ Click to expand.";
} }
.contentBody .contentWrapper .datebar{ .contentBody .contentWrapper .datebar{