mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2025-07-23 22:13:43 +00:00
Change of the License
TotalFreedom's website is now licensed under the Apache License.
This commit is contained in:
parent
3e8b871b67
commit
75b06afab0
15 changed files with 332 additions and 76 deletions
12
js/index.js
12
js/index.js
|
@ -1,3 +1,15 @@
|
|||
/*
|
||||
|
||||
Copyright 2017 Aggelos Sarris and contributors
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
*/
|
||||
|
||||
$(document).ready(function() {
|
||||
var interval = 15000;
|
||||
var autoRefresh = setTimeout(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue