Template:ToggleWidth: Difference between revisions

Template page
No edit summary
No edit summary
Line 21: Line 21:
function myFunction() {
function myFunction() {
   var x = document.getElementByClassName("ts-inner");
   var x = document.getElementByClassName("ts-inner");
   if (x.style.max-width=== "none") {
   if (x.style.max-width === "none") {
     x.style.max-width= "115em";
     x.style.max-width = "115em";
   } else {
   } else {
     x.style.max-width = "none";
     x.style.max-width = "none";

Revision as of 18:58, 23 June 2023