Difference between revisions of "Team:Greece/Model"

Line 9: Line 9:
  
 
<script>
 
<script>
           window.onload = function (){    
+
           $( document ).ready(function() {
 
                 void(window.document.title = 'MODEL');
 
                 void(window.document.title = 'MODEL');
 
                 //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:54, 27 August 2017

Loading...