Skip to content

Commit 543d14d

Browse files
committed
Update event from onchange to oninput
1 parent 433fd2d commit 543d14d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Binary file not shown.

pi/js/index_pi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* or while their value changes 'onchange'.
1919
*/
2020

21-
var onchangeevt = 'onchange'; // 'oninput';
21+
var onchangeevt = 'oninput'; // 'oninput';
2222

2323
/**
2424
* cache the static SDPI-WRAPPER, which contains all your HTML elements.

0 commit comments

Comments
 (0)