Team:Groningen/Template/SCRIPTS/cleanup

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <script type="text/javascript"> // The script below will remove all wikistylesheets, so you now have unlimited freedom for inline CSS. for ( i=0; i<document.styleSheets.le...")
 
Line 1: Line 1:
<html>
<html>
-
<script type="text/javascript">
 
// The script below will remove all wikistylesheets, so you now have unlimited freedom for inline CSS.
// The script below will remove all wikistylesheets, so you now have unlimited freedom for inline CSS.
for ( i=0; i<document.styleSheets.length; i++) {
for ( i=0; i<document.styleSheets.length; i++) {
     void(document.styleSheets.item(i).disabled=true);
     void(document.styleSheets.item(i).disabled=true);
}
}
-
</script>
 
</html>
</html>

Latest revision as of 15:57, 15 October 2014

// The script below will remove all wikistylesheets, so you now have unlimited freedom for inline CSS. for ( i=0; i