Compare commits

..

No commits in common. "122282d1a734f995164a1e9a153e23d8de7e328a" and "abb85119999b8d20b9f7184f8755287cc67064c8" have entirely different histories.

3 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
{
"name": "lexiconga",
"version": "2.1.3",
"description": "The quick and easy dictionary builder for constructed languages.",
"name": "lexiconga-lite",
"version": "1.0.0",
"description": "A light-as-possible rewrite of Lexiconga",
"main": "template-index.html",
"repository": "https://github.com/Alamantus/Lexiconga.git",
"repository": "https://cybre.tech/Alamantus/lexiconga-lite.git",
"author": "Robbie Antenesse <dev@alamantus.com>",
"license": "UNLICENCED",
"scripts": {

View File

@ -175,7 +175,7 @@ export function submitWordForm() {
addWord(word);
sortWords(true);
if (hasToken()) {
if (upload && hasToken()) {
import('./account/index.js').then(account => {
account.uploadWord(word);
});

View File

@ -131,7 +131,7 @@ switch ($view) {
oldLoad && oldLoad();
if (UpUp) {
UpUp.start({
'cache-version': '2.1.3',
'cache-version': '2.1.2',
'content-url': 'offline.html',
'assets': [
\"" . implode('","', $files) . "\"