mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +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',
|
||||
'type'=>'hidden',
|
||||
'name'=>'sequence',
|
||||
'value'=>$seq,
|
||||
'value'=>(string) $seq,
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user