fix subtitle parse error
This commit is contained in:
parent
3dd32a0b26
commit
0d1687b970
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ $(document).ready( function() {
|
||||||
case 'ISBN':
|
case 'ISBN':
|
||||||
$("input[name='isbn']").val(words[1]);
|
$("input[name='isbn']").val(words[1]);
|
||||||
break;
|
break;
|
||||||
|
case '副标题':
|
||||||
|
$("input[name='subtitle']").val(words[1]);
|
||||||
|
break;
|
||||||
case '原作名':
|
case '原作名':
|
||||||
$("input[name='orig_title']").val(words[1]);
|
$("input[name='orig_title']").val(words[1]);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue