File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ function numberButtonPressed(number) {
142142 var elem ;
143143 var oldValue ;
144144
145- if ( document . getElementById ( "numPadInput " ) ) {
146- elem = document . getElementById ( "numPadInput " ) ;
145+ if ( document . getElementById ( "ttxNumPadInput " ) ) {
146+ elem = document . getElementById ( "ttxNumPadInput " ) ;
147147 } else {
148148 elem = document . forms [ 0 ] . page ;
149149 }
@@ -170,8 +170,8 @@ function checkNumPadInput(event) {
170170 var elem ;
171171 var oldValue ;
172172
173- if ( document . getElementById ( "numPadInput " ) ) {
174- elem = document . getElementById ( "numPadInput " ) ;
173+ if ( document . getElementById ( "ttxNumPadInput " ) ) {
174+ elem = document . getElementById ( "ttxNumPadInput " ) ;
175175 } else {
176176 elem = document . forms [ 0 ] . page ;
177177 }
@@ -200,8 +200,8 @@ function gotoPage() {
200200
201201function setNumPadFocus ( ) {
202202 var elem ;
203- if ( document . getElementById ( "numPadInput " ) ) {
204- elem = document . getElementById ( "numPadInput " ) ;
203+ if ( document . getElementById ( "ttxNumPadInput " ) ) {
204+ elem = document . getElementById ( "ttxNumPadInput " ) ;
205205 } else {
206206 elem = document . forms [ 0 ] . page ;
207207 }
You can’t perform that action at this time.
0 commit comments