mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
0 Check Fix
This commit is contained in:
parent
f8bef38ee2
commit
de359aaf98
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ function getAutoSavedSrl(ret_obj, response_tags, c) {
|
|||
var primary_key = ret_obj.key;
|
||||
var fo_obj = getCkFormInstance(editor_sequence);
|
||||
|
||||
if(ret_obj.document_srl!=0)
|
||||
if(ret_obj.document_srl !== 0)
|
||||
{
|
||||
fo_obj[primary_key].value = ret_obj.document_srl;
|
||||
reloadUploader(editor_sequence);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue