Skip to content

Commit

Permalink
Gender equality
Browse files Browse the repository at this point in the history
  • Loading branch information
msteudtn authored May 1, 2023
1 parent f9dafb1 commit 6018603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<p>Nanu? Da ist etwas schief gegangen. Einige Dateien konnten nicht geladen werden. <br /> Sind Sie ein Besucher der Seite? Dann geben Sie bitte dem Administrator der Webseite Bescheid. <br /> Sind Sie der Administrator? Dann schauen Sie bitte in die Browser-Konsole (Strg+Umschalt+i) und/oder öffnen Sie die <q>quicktest.html</q>.</p>"
text = "<p>Nanu? Da ist etwas schief gegangen. Einige Dateien konnten nicht geladen werden. <br /> Sind Sie ein Besucher oder eine Besucherin der Seite? Dann geben Sie bitte dem Administrator bzw. der Adminstratorin der Webseite Bescheid. <br /> Sind Sie der/die Administrator/in? Dann schauen Sie bitte in die Browser-Konsole (Strg+Umschalt+i) und/oder öffnen Sie die <q>quicktest.html</q>.</p>"
text += "<p>Oh? Something went wrong. Some files couldn't be loaded. <br /> Are you a visitor of this site? Please inform the admin of the site. <br /> Are you the admin? Please check the browser-console (Ctrl+Shift+i) and/or open <q>quicktest.html</q>.</p>"
$("#descriptionExplanation").html(text)
}
Expand Down

0 comments on commit 6018603

Please sign in to comment.