diff --git a/LICENSE b/LICENSE index 562bf1a..c7d2a79 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Felix W. Dekker +Copyright (c) 2019 F.W. Dekker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index c809af3..68bc52b 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index 63e96ec..3bc9d69 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "converter", - "version": "1.4.10", + "version": "1.4.11", "description": "Convert numbers to and from various bases.", - "author": "Felix W. Dekker", + "author": "F.W. Dekker", "browser": "dist/bundle.js", "repository": { "type": "git", @@ -19,7 +19,7 @@ "big-integer": "^1.6.48" }, "devDependencies": { - "grunt": "^1.3.0", + "grunt": "^1.4.0", "grunt-cli": "^1.4.2", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-copy": "^1.0.0", @@ -27,7 +27,7 @@ "grunt-focus": "^1.0.0", "grunt-text-replace": "^0.4.0", "grunt-webpack": "^4.0.3", - "webpack": "^5.33.2", + "webpack": "^5.36.0", "webpack-cli": "^4.6.0" } } diff --git a/src/main/index.html b/src/main/index.html index e9fb2e5..6dcb41c 100644 --- a/src/main/index.html +++ b/src/main/index.html @@ -3,7 +3,7 @@ - + @@ -19,13 +19,13 @@ -
+
diff --git a/src/main/js/main.js b/src/main/js/main.js index 313ec7b..e053942 100644 --- a/src/main/js/main.js +++ b/src/main/js/main.js @@ -1,5 +1,5 @@ // noinspection JSUnresolvedVariable -const {$, doAfterLoad, footer, header, nav, showPage} = window.fwdekker; +const {$, doAfterLoad, footer, header, nav} = window.fwdekker; import bigInt from "big-integer" @@ -223,7 +223,7 @@ doAfterLoad(() => { vcsURL: "https://git.fwdekker.com/FWDekker/converter/", version: "v%%VERSION_NUMBER%%" })); - showPage(); + $("main").classList.remove("hidden"); }); doAfterLoad(() => {