Difference between revisions of "Team:Greece/modeling"

Line 7: Line 7:
 
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
<script>window.onload = function (){ void(document.getElementById('sector_box').style.display= 'block'); }</script>
+
<script>
 +
          window.onload = function (){
 +
                void(document.getElementById('sector_box').style.display= 'block');  
 +
                       
 +
                // Change color of current link
 +
                $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#000000'); });
 +
 
 +
          }
 +
</script>
 
<noscript>window.onload = function (){ void(document.getElementById('sector_box').style.display= 'block'); }</noscript>
 
<noscript>window.onload = function (){ void(document.getElementById('sector_box').style.display= 'block'); }</noscript>
 
<script>
 
<script>

Revision as of 14:09, 14 August 2017