Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators, Widget editors
23,423
edits
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
} | } | ||
</style> | </style> | ||
<script> var bText = "undef";</script> | |||
<div style="text-align: right;"> | <div style="text-align: right;"> | ||
<h1 style="color: black;">mcpcms </h1> | <h1 style="color: black;">mcpcms </h1> | ||
Line 59: | Line 60: | ||
</span> | </span> | ||
</blockquote> | </blockquote> | ||
<button type="button" class="collapsible"> | <button type="button" class="collapsible"><script> document.write(window.bText); </script></button> | ||
<div class="content"> | <div class="content"> | ||
<blockquote> | <blockquote> | ||
Line 120: | Line 121: | ||
if (content.style.display === "block") { | if (content.style.display === "block") { | ||
content.style.display = "none"; | content.style.display = "none"; | ||
window.bText = "details"; | |||
} else { | } else { | ||
content.style.display = "block"; | content.style.display = "block"; | ||
window.bText = "tl;dr"; | |||
} | } | ||
}); | }); |