This commit is contained in:
Robbie Antenesse 2019-08-27 21:49:14 -06:00
commit 39ccddab18
3 changed files with 6 additions and 6 deletions

View File

@ -1,9 +1,9 @@
{
"name": "lexiconga-lite",
"version": "1.0.0",
"description": "A light-as-possible rewrite of Lexiconga",
"name": "lexiconga",
"version": "2.1.3",
"description": "The quick and easy dictionary builder for constructed languages.",
"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>",
"license": "UNLICENCED",
"scripts": {

View File

@ -175,7 +175,7 @@ export function submitWordForm() {
addWord(word);
sortWords(true);
if (upload && hasToken()) {
if (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.2',
'cache-version': '2.1.3',
'content-url': 'offline.html',
'assets': [
\"" . implode('","', $files) . "\"