Fixed a little bug in js
This commit is contained in:
parent
84d1840b92
commit
6572775dde
@ -46,6 +46,7 @@ function numb(num) {
|
|||||||
out+='.';
|
out+='.';
|
||||||
document.getElementById('prompt').innerHTML=out;
|
document.getElementById('prompt').innerHTML=out;
|
||||||
} else if (n1=='0' && (tp=='')) {
|
} else if (n1=='0' && (tp=='')) {
|
||||||
|
if (!allow) {clr();}
|
||||||
n1=num;
|
n1=num;
|
||||||
out=String(n1);
|
out=String(n1);
|
||||||
document.getElementById('prompt').innerHTML=out;
|
document.getElementById('prompt').innerHTML=out;
|
||||||
|
|||||||
Reference in New Issue
Block a user