MCP-CMS: Difference between revisions

From Cibernética Americana
Jump to navigationJump to search
14 bytes removed ,  3 January 2022
no edit summary
No edit summary
No edit summary
Line 121: Line 121:
     if (content.style.display === "block") {
     if (content.style.display === "block") {
       content.style.display = "none";
       content.style.display = "none";
       window.bText = "details";
       bText = "details";
     } else {
     } else {
       content.style.display = "block";
       content.style.display = "block";
       window.bText = "tl;dr";
       bText = "tl;dr";
     }
     }
   });
   });

Navigation menu