document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.         <script src="//code.jquery.com/jquery-1.10.2.js"></script>
  2.         <button>Sidebar</button>
  3.         <script>
  4.             $( "button" ).click(function() {
  5.             $( "#dokuwiki__top" ).toggleClass("showSidebar");
  6.             $( "#dokuwiki__top" ).toggleClass("hasSidebar");
  7.             $( "#dokuwiki__aside").toggle();
  8.             });
  9.         </script>
');