|
|
|
|
207
|
tags: 'tags',
|
207
|
tags: 'tags',
|
208
|
description: 'req_desc' }
|
208
|
description: 'req_desc' }
|
209
|
var cn = $('#catalogue').raw().value.toUpperCase()
|
209
|
var cn = $('#catalogue').raw().value.toUpperCase()
|
210
|
- $.getJSON('/ajax.php?action=javfill&cn='+cn, function(data) {
|
|
|
|
|
210
|
+ $.getJSON('/ajax.php?action=autofill&cat=jav&cn='+cn, function(data) {
|
211
|
if (data.status != "success") {
|
211
|
if (data.status != "success") {
|
212
|
$('#catalogue').raw().value = 'Failed'
|
212
|
$('#catalogue').raw().value = 'Failed'
|
213
|
return
|
213
|
return
|