Difference between revisions of "Team:Greece/human practices"

Line 9: Line 9:
  
 
<script>
 
<script>
           window.onload = function (){  
+
           $( document ).ready(function() {
 
                 void(window.document.title = 'HUMAN PRACTICES');   
 
                 void(window.document.title = 'HUMAN PRACTICES');   
 
                 //HIDE
 
                 //HIDE
Line 21: Line 21:
 
                 $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#000000'); });
 
                 $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#000000'); });
  
           }
+
           });
 
</script>
 
</script>
 
<script>
 
<script>

Revision as of 08:55, 27 August 2017

Loading...