forked from interstellar_development/freeftf
LibreJS Hotfix 3
This commit is contained in:
parent
6ed259ebfc
commit
7ad7b7f21a
5 changed files with 10 additions and 10 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* freeftf website
|
* freeftf website
|
||||||
* Copyright (C) 2024 Patrick_Pluto
|
* Copyright (C) 2024 Patrick_Pluto
|
||||||
|
@ -16,8 +18,6 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
|
|
||||||
|
|
||||||
// Define the download options for different platforms
|
// Define the download options for different platforms
|
||||||
const downloadData = {
|
const downloadData = {
|
||||||
"Linux": {
|
"Linux": {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* freeftf website
|
* freeftf website
|
||||||
* Copyright (C) 2024 Patrick_Pluto
|
* Copyright (C) 2024 Patrick_Pluto
|
||||||
|
@ -16,8 +18,6 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
|
|
||||||
|
|
||||||
class Footer extends HTMLElement {
|
class Footer extends HTMLElement {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
4
game.js
4
game.js
|
@ -1,3 +1,5 @@
|
||||||
|
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* freeftf website
|
* freeftf website
|
||||||
* Copyright (C) 2024 Patrick_Pluto
|
* Copyright (C) 2024 Patrick_Pluto
|
||||||
|
@ -16,8 +18,6 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
|
|
||||||
|
|
||||||
class Game extends HTMLElement {
|
class Game extends HTMLElement {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* freeftf website
|
* freeftf website
|
||||||
* Copyright (C) 2024 Patrick_Pluto
|
* Copyright (C) 2024 Patrick_Pluto
|
||||||
|
@ -16,8 +18,6 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
|
|
||||||
|
|
||||||
class Header extends HTMLElement {
|
class Header extends HTMLElement {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* freeftf website
|
* freeftf website
|
||||||
* Copyright (C) 2024 Patrick_Pluto
|
* Copyright (C) 2024 Patrick_Pluto
|
||||||
|
@ -16,8 +18,6 @@
|
||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL-3.0
|
|
||||||
|
|
||||||
class License extends HTMLElement {
|
class License extends HTMLElement {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|
Loading…
Reference in a new issue