Compare commits
2 Commits
abb8511999
...
122282d1a7
Author | SHA1 | Date |
---|---|---|
|
122282d1a7 | |
|
f39dd886b1 |
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "lexiconga-lite",
|
"name": "lexiconga",
|
||||||
"version": "1.0.0",
|
"version": "2.1.3",
|
||||||
"description": "A light-as-possible rewrite of Lexiconga",
|
"description": "The quick and easy dictionary builder for constructed languages.",
|
||||||
"main": "template-index.html",
|
"main": "template-index.html",
|
||||||
"repository": "https://cybre.tech/Alamantus/lexiconga-lite.git",
|
"repository": "https://github.com/Alamantus/Lexiconga.git",
|
||||||
"author": "Robbie Antenesse <dev@alamantus.com>",
|
"author": "Robbie Antenesse <dev@alamantus.com>",
|
||||||
"license": "UNLICENCED",
|
"license": "UNLICENCED",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -175,7 +175,7 @@ export function submitWordForm() {
|
||||||
addWord(word);
|
addWord(word);
|
||||||
sortWords(true);
|
sortWords(true);
|
||||||
|
|
||||||
if (upload && hasToken()) {
|
if (hasToken()) {
|
||||||
import('./account/index.js').then(account => {
|
import('./account/index.js').then(account => {
|
||||||
account.uploadWord(word);
|
account.uploadWord(word);
|
||||||
});
|
});
|
||||||
|
|
|
@ -131,7 +131,7 @@ switch ($view) {
|
||||||
oldLoad && oldLoad();
|
oldLoad && oldLoad();
|
||||||
if (UpUp) {
|
if (UpUp) {
|
||||||
UpUp.start({
|
UpUp.start({
|
||||||
'cache-version': '2.1.2',
|
'cache-version': '2.1.3',
|
||||||
'content-url': 'offline.html',
|
'content-url': 'offline.html',
|
||||||
'assets': [
|
'assets': [
|
||||||
\"" . implode('","', $files) . "\"
|
\"" . implode('","', $files) . "\"
|
||||||
|
|
Loading…
Reference in New Issue