Skip to content

Commit fd88fba

Browse files
authored
fix(radioactive-decay): a bug with error messages.
1 parent 2f2dc0b commit fd88fba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

online/radioactive-decay.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ <h2>Notes:</h2>
972972

973973
if (error) {
974974

975-
$("#modalbox-errors-warnings-id").html("Une erreur s’est produite, désolé pour le dérangement.");
975+
$("#modalbox-errors-warnings-id").html(error);
976976

977977
return;
978978

0 commit comments

Comments
 (0)