diff --git a/static/board.html b/static/board.html index f7ed4d6..41cd8a5 100644 --- a/static/board.html +++ b/static/board.html @@ -12,7 +12,7 @@ - + diff --git a/static/find-code.html b/static/find-code.html index ef70f55..2616b08 100644 --- a/static/find-code.html +++ b/static/find-code.html @@ -12,7 +12,7 @@ OwlBoard - Code Lookup - + diff --git a/static/help.html b/static/help.html index fb15a6a..2479cc4 100644 --- a/static/help.html +++ b/static/help.html @@ -10,6 +10,7 @@ + OwlBoard diff --git a/static/index.html b/static/index.html index 3662a2d..60100bb 100644 --- a/static/index.html +++ b/static/index.html @@ -10,7 +10,7 @@ - + OwlBoard diff --git a/static/issue.html b/static/issue.html index dfa59e3..8ad3c50 100644 --- a/static/issue.html +++ b/static/issue.html @@ -9,6 +9,7 @@ + OwlBoard - Report diff --git a/static/js/lib.main.js b/static/js/lib.main.js index a25b218..7f9bc4f 100644 --- a/static/js/lib.main.js +++ b/static/js/lib.main.js @@ -7,8 +7,10 @@ async function storageAvailable(type) { x = '__storage_test__'; storage.setItem(x, x); storage.getItem(x); + log(`lib.main.storageAvailable: ${type} is available`) return true; } catch (err) { + log(`lib.main.storageAvailable: ${type} is not available`) return false; } } diff --git a/static/js/main.js b/static/js/main.js deleted file mode 100644 index 920e398..0000000 --- a/static/js/main.js +++ /dev/null @@ -1,21 +0,0 @@ -// Loading Box -async function clearLoading() { - document.getElementById("loading").style = "display: none;"; -} - -async function showLoading() { - document.getElementById("loading").style = "display: block;"; -} - -async function setLoadingDesc(desc) { - document.getElementById("loading_desc").textContent = `${desc}`; -} - -// Enable delays -const delay = ms => new Promise(res => setTimeout(res, ms)); - -// Log Helper -function log(msg) { - var time = new Date().toISOString(); - console.log(`${time} - ${msg}`) -} \ No newline at end of file diff --git a/static/settings.html b/static/settings.html index 08c693f..3dd433d 100644 --- a/static/settings.html +++ b/static/settings.html @@ -12,7 +12,7 @@ OwlBoard - Settings - +