Difference between revisions of "Template:Queens Canada/Scripts"

m
Line 7: Line 7:
  
 
// makes the div that should be the main actually be the main
 
// makes the div that should be the main actually be the main
var getMain = document.getElementById("content");  
+
//var getMain = document.getElementById("content");  
getMain.removeAttribute("id");
+
//getMain.removeAttribute("id");
getMain.className = "main";
+
//getMain.className = "main";
  
 
</script>
 
</script>
  
 
<html>
 
<html>

Revision as of 17:36, 31 May 2020