|
@@ -1373,7 +1373,7 @@ Hotpoint.prototype.init = function() {
|
|
|
}
|
|
|
|
|
|
$("#gifXCount").on('input',(e)=>{
|
|
|
- strictInputNum(e, 0)
|
|
|
+ strictInputNum(e, 0, 1)
|
|
|
gifXCountFun(parseFloat(e.target.value))
|
|
|
|
|
|
})
|
|
@@ -1393,7 +1393,7 @@ Hotpoint.prototype.init = function() {
|
|
|
changeAnimation()
|
|
|
}
|
|
|
$("#gifYCount").on('input',(e)=>{
|
|
|
- strictInputNum(e, 0)
|
|
|
+ strictInputNum(e, 0, 1)
|
|
|
gifYCountFun(parseFloat(e.target.value))
|
|
|
})
|
|
|
$("#gifYCount").on('change',(e)=>{
|