mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2025-07-31 09:52:51 +00:00
Fixed some JS issues
This commit is contained in:
parent
67d985405d
commit
9ef51ac63b
3 changed files with 7 additions and 7 deletions
6
js/index.js
Normal file
6
js/index.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
$(document).ready(function() {
|
||||
$('.brand-logo').typed({
|
||||
strings: ['<small class="hide-on-med-and-down">play.</small>TotalFreedom<small class="hide-on-med-and-down">.me</small>'],
|
||||
typeSpeed: 30
|
||||
});
|
||||
});
|
|
@ -30,13 +30,6 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
|
||||
$(document).ready(function() {
|
||||
$('.brand-logo').typed({
|
||||
strings: ['<small class="hide-on-med-and-down">play.</small>TotalFreedom<small class="hide-on-med-and-down">.me</small>'],
|
||||
typeSpeed: 30
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
$(document).ready(function() {
|
||||
(new Date).getFullYear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue