Skip to content

Commit 64b5000

Browse files
committed
🔁 Edit JS
1 parent cdd5154 commit 64b5000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/scripts.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ var rechner = (function (rechner) {
221221
} else {
222222
// TODO: Signed Function
223223
//if (signed) {
224-
// alert("Error: Only Numbers Between " + pos_to_neg((Math.pow(3, $inputGroupSelectBit.val()) / 2)) + " and " + ((Math.pow(3, $inputGroupSelectBit.val()) / 2 ) - 1) + " can be converted to " + $inputGroupSelectBit.val() + "-Trit");
224+
// alert("Error: Only numbers between " + pos_to_neg((Math.pow(3, $inputGroupSelectBit.val()) / 2)) + " and " + ((Math.pow(3, $inputGroupSelectBit.val()) / 2 ) - 1) + " can be converted to " + $inputGroupSelectBit.val() + "-Trit");
225225
//} else {
226-
alert("Error: Only Numbers Between 0 and " + Math.pow(3, $inputGroupSelectBit.val()) + " can be converted to " + $inputGroupSelectBit.val() + "-Trit");
226+
alert("Error: Only numbers between 0 and " + Math.pow(3, $inputGroupSelectBit.val()) + " can be converted to " + $inputGroupSelectBit.val() + "-Trit");
227227
//}
228228
}
229229

0 commit comments

Comments
 (0)