mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 0fbb446dbc4bf21f9ab4f1f8cd118fced10f663f
parent 00af323a08240680302eea23cf4f039bb46c959e
Author: markseu <mark2011@mayberg.se>
Date:   Sat,  8 Nov 2025 22:17:38 +0100

Updated installation files

Diffstat:
Mcontent/shared/page-error-404.md | 2+-
Msystem/workers/edit.js | 2+-
Msystem/workers/install-language.bin | 0
3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/shared/page-error-404.md b/content/shared/page-error-404.md @@ -2,4 +2,4 @@ Title: File not found Layout: error --- -The requested file was not found. Oh no... +The requested file was not found. Oh no… diff --git a/system/workers/edit.js b/system/workers/edit.js @@ -347,7 +347,7 @@ yellow.edit = { break; default: elementDiv.innerHTML = "<a href=\"#\" class=\"yellow-close\" data-action=\"close\"><i class=\"yellow-icon yellow-icon-close\" aria-label=\""+this.getText("CancelButton")+"\"></i></a>"+ - "<div class=\"yellow-error\">Pane '"+paneId+"' was not found. Oh no...</div>"; + "<div class=\"yellow-error\">Pane '"+paneId+"' was not found. Oh no…</div>"; } elementPane.appendChild(elementDiv); yellow.toolbox.insertAfter(elementPane, document.getElementsByTagName("body")[0].firstChild); diff --git a/system/workers/install-language.bin b/system/workers/install-language.bin Binary files differ.