Advertisement
Spirit13300

Untitled

Dec 16th, 2017
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     </script>
  2.        
  3.         <script>
  4.         var cpt=1;
  5.         function bo() {
  6.         cpt=cpt+1;
  7.         console.log(cpt);
  8.         if (cpt>1)
  9.         {
  10.             console.log("changement de theme")
  11.             swapStyleSheet('css/PageCss2.css')
  12.             document.getElementById('logo').setAttribute('src', 'jour.jpg');
  13.             console.log(cpt)
  14.             cpt=0
  15.            
  16.            
  17.         }
  18.         else
  19.         {
  20.             swapStyleSheet('css/page.css')
  21.             document.getElementById('logo').setAttribute('src', 'nuit.jpg');
  22.         }
  23.         }
  24. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement