mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
make string of $seq, otherwise a 0 value can be set
This commit is contained in:
parent
2bc5ce80d7
commit
4d9a36b080
|
@ -259,7 +259,7 @@ $(document).ready(function() {
|
||||||
'element'=>'input',
|
'element'=>'input',
|
||||||
'type'=>'hidden',
|
'type'=>'hidden',
|
||||||
'name'=>'sequence',
|
'name'=>'sequence',
|
||||||
'value'=>$seq,
|
'value'=>(string) $seq,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user