Website/js/init.js
Wild1145 1e29e694de Current website over-written with landing page
The entire of the old site doesn't work when hosted how we now host the site, so I've replaced it with a landing page. New site design to then come in due course.
2021-05-21 22:41:00 +01:00

8 lines
132 B
JavaScript

(function($){
$(function(){
$('.sidenav').sidenav();
}); // end of document ready
})(jQuery); // end of jQuery name space