Difference between revisions of "Template:Humboldt Berlin"

Line 28: Line 28:
 
<script>
 
<script>
 
(function () {
 
(function () {
  const doc = document.documentElement
 
 
 
   document.querySelector('.no-js').classList.add('js')
 
   document.querySelector('.no-js').classList.add('js')
 
   document.querySelector('.no-js').classList.remove('no-js')
 
   document.querySelector('.no-js').classList.remove('no-js')
 
  // Reveal animations
 
  if (document.body.classList.contains('has-animations')) {
 
    /* global ScrollReveal */
 
 
  }
 
  
 
   var headerLinks = document.querySelectorAll('.scroll-link', 0);
 
   var headerLinks = document.querySelectorAll('.scroll-link', 0);
Line 71: Line 63:
 
   );
 
   );
 
}
 
}
 
 
</script>
 
</script>
  

Revision as of 06:05, 13 June 2019