[gen] Ref field bugfix.
This commit is contained in:
parent
dd7e2000a1
commit
bf4a781b5a
2 changed files with 5 additions and 4 deletions
|
@ -320,7 +320,7 @@ function askBunchMove(hookId, startNumber, uid, move){
|
|||
if (typeof move == 'object'){
|
||||
// Get the new index from an input field
|
||||
var id = move.id;
|
||||
id = id.substr(0, id.length-4);
|
||||
id = id.substr(0, id.length-4) + '_v';
|
||||
var input = document.getElementById(id);
|
||||
if (isNaN(input.value)) {
|
||||
input.style.background = wrongTextInput;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue