Compare commits

..

No commits in common. "caeae71203c18af6006812145b757af1057e3188" and "b1d30b001093c98ee6f7e7ab687e02193578edf1" have entirely different histories.

3 changed files with 14 additions and 12 deletions

View file

@ -1,12 +1,13 @@
<!DOCTYPE html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>fateforge-tools</title>
<link rel="stylesheet" href="css/water.css" />
<link href="css/all.min.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="/img/FateforgeTool_logo_80.png">
<link rel="icon" type="image/x-icon" href="/img/FateforgeTool_logo_80.png">
</head>
<body>
@ -65,7 +66,7 @@
<script type="text/javascript" src="lib/jquery.localize.js"></script>
<script type="text/javascript" src="js/language.js"></script>
<script rel="preload src="https://kit.fontawesome.com/126cdd0e29.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/126cdd0e29.js" crossorigin="anonymous"></script>
</body>

View file

@ -1,12 +1,14 @@
// 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.
function changeLangFR() { $("[data-localize]").localize("main", { pathPrefix: "lang", language: "fr", }); }
// This code defines a function that sets the language to English.
// You can also override the language detection, and pass in a language code
//$("[data-localize]").localize("main", { language: "fr" });
function changeLangFR() {
$("[data-localize]").localize("main", {
pathPrefix: "lang",
language: "fr",
});
}
function changeLangEN() {
$("[data-localize]").localize("main", {
pathPrefix: "lang",

View file

@ -25,7 +25,6 @@ fetch(jsonsource)
selectColumn: true
},
multiSelect: true,
liveSearch: true,
multiSearch: true,
fixedBody: false,
records: test,