#67 Fix JAV request autofill

Merged
spaghetti merged 1 commits from xoru/Gazelle:fix-request-autofill into master 5 years ago

+ 1
- 1
static/functions/requests.js View File

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

Loading…
Cancel
Save