diff --git a/package.json b/package.json index 8090801..a791069 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debreviator", - "version": "0.0.5", + "version": "0.0.6", "description": "Creates meaning by undoing your abbreviation.", "author": "Florine W. Dekker", "browser": "dist/bundle.js", diff --git a/src/main/index.html b/src/main/index.html index 0675989..8ac7b4d 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -8,6 +8,8 @@ + + @@ -45,6 +47,13 @@ +
+ + This is still a very underdeveloped experimental tool. + You are advised to lower your expectations. + +
+
diff --git a/src/main/js/main.js b/src/main/js/main.js index 6afc204..60481f7 100644 --- a/src/main/js/main.js +++ b/src/main/js/main.js @@ -68,9 +68,4 @@ doAfterLoad(() => { event.preventDefault(); debreviate(); }); - - - // Show page to user - $("main").classList.remove("hidden"); - $("[autofocus]").focus(); });