Browse Source

Merge branch 'fix-request-autofill' of xoru/Gazelle into master

spaghetti 5 years ago
parent
commit
9fcc979488
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      static/functions/requests.js

+ 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