|
Thanks for using our site! |
Main public logs
From ranchstory
Jump to navigationJump to search
Combined display of all available logs of ranchstory. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:35, 4 April 2026 Kiwibasket talk contribs created page Template:Spoiler/spoiler.js (Created page with "Template:Spoiler on dev.miraheze.org: $(function(){ //spoiler block behavior $('.spoiler').click(function(){ $(this).toggleClass('off'); }); // spoiler button behavior $('#spoilerbtn').text('Show all spoilers'); $('#spoilerbtn').click(function(){ $(this).toggleClass('hide'); $('.spoiler').toggleClass('showall'); if ($(this).is('.hide')){ $(this).text('Hide all spoilers'); } else { $(this).text('Show all spoilers'); } }); }); //...")