A suite of tools for Fateforge players and Masters.
@@ -35,35 +42,10 @@
-
+
-
-
-
+
+
diff --git a/js/footer.js b/js/footer.js
new file mode 100644
index 0000000..b83a79e
--- /dev/null
+++ b/js/footer.js
@@ -0,0 +1,6 @@
+$(function () {
+ $("#footer").load("footer.html",function (responseTxt, statusTxt, xhr) {
+ console.log("bla");
+ $("[data-localize]").localize("main", { pathPrefix: "lang" });
+ });
+ });
\ No newline at end of file
diff --git a/js/language.js b/js/language.js
index efcee53..9306632 100644
--- a/js/language.js
+++ b/js/language.js
@@ -1,4 +1,5 @@
// this code localizes all elements with a "data-localize" attribute
+
$("[data-localize]").localize("main", { pathPrefix: "lang" });
// You can also override the language detection and specify a language code. This code defines a function that sets the language to French.
diff --git a/spells.html b/spells.html
index 9bb1c1c..2a91a39 100644
--- a/spells.html
+++ b/spells.html
@@ -13,6 +13,8 @@
+
+
@@ -32,8 +34,8 @@