From 60186033a7626d53c510cc420306966652407900 Mon Sep 17 00:00:00 2001 From: Mathias Date: Mon, 1 May 2023 11:46:04 +0200 Subject: [PATCH] Gender equality https://github.com/msteudtn/Mat-O-Wahl/issues/84 --- system/general.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/general.js b/system/general.js index daf9d93..2b810e9 100755 --- a/system/general.js +++ b/system/general.js @@ -39,7 +39,7 @@ function fnReadCsv(csvFile,fnCallback) console.log("Mat-O-Wahl ERROR - Reading CSV-file \n Code - objXML-Status: "+objXML.status+" \n Code - textStatus: "+textStatus+" \n Code - errorThrown: "+errorThrown+" \n Name and folder of CSV-file should be: "+csvFile+" \n\nPossible solutions: Check for capital letters? OR check the extension of the file (csv / xls / xlsx)? OR is the file in the wrong folder? OR are you working on a local machine :( instead of a server? See documentation on www.mat-o-wahl.de"); // document.getElementById("descriptionAddonTop").innerHTML("nanu. Da ist etwas schief gegangen.") $("#descriptionExplanation").css("color","red").css("font-size", "150%") - text = "

Nanu? Da ist etwas schief gegangen. Einige Dateien konnten nicht geladen werden.
Sind Sie ein Besucher der Seite? Dann geben Sie bitte dem Administrator der Webseite Bescheid.
Sind Sie der Administrator? Dann schauen Sie bitte in die Browser-Konsole (Strg+Umschalt+i) und/oder öffnen Sie die quicktest.html.

" + text = "

Nanu? Da ist etwas schief gegangen. Einige Dateien konnten nicht geladen werden.
Sind Sie ein Besucher oder eine Besucherin der Seite? Dann geben Sie bitte dem Administrator bzw. der Adminstratorin der Webseite Bescheid.
Sind Sie der/die Administrator/in? Dann schauen Sie bitte in die Browser-Konsole (Strg+Umschalt+i) und/oder öffnen Sie die quicktest.html.

" text += "

Oh? Something went wrong. Some files couldn't be loaded.
Are you a visitor of this site? Please inform the admin of the site.
Are you the admin? Please check the browser-console (Ctrl+Shift+i) and/or open quicktest.html.

" $("#descriptionExplanation").html(text) }