Code viewer for World: Alex Murphy sidebar

// Cloned by Alex Murphy on 4 Apr 2019 from World "sidebar" by test2 
// Please leave this clone trail here.
 


$.getScript ( "/uploads/me/sidebar.js",  function()
{

 $("#nav").html(thehtml);
 
} );
 
 
 // in sidebar.js is:
 
 var  thehtml  = `
  <p> a bunch of html </p>
  `;