This commit is contained in:
2019-05-19 11:59:55 +02:00
parent f7d2e67d5d
commit 0a4c8e2ebd

View File

@@ -33,7 +33,7 @@
//hex Zahl hat nur eine Stelle //hex Zahl hat nur eine Stelle
temphex = "0" + temphex; temphex = "0" + temphex;
} }
return temphex; return temphex.toUpperCase();
} }
function updateTable() { function updateTable() {