mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
17 lines
No EOL
333 B
JavaScript
17 lines
No EOL
333 B
JavaScript
$(document).ready(function() {
|
|
$(".button-collapse").sideNav({
|
|
closeOnClick: true
|
|
});
|
|
$('.modal-trigger').leanModal();
|
|
$('.tooltipped').tooltip({
|
|
delay: 50
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
$(document).ready(function(){
|
|
(new Date).getFullYear();
|
|
$("#curYear").text((new Date).getFullYear());
|
|
}); |