mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
biolife quickview fixed
This commit is contained in:
parent
83f2a37223
commit
1b8cc69fcd
@ -1,4 +1,4 @@
|
||||
function crudAjax(params, url, type = 'GET', callback = () => {}, async = true, options = {}) {
|
||||
function crudAjax(params, url, type = 'GET', callback = () => {}, async = false, options = {}) {
|
||||
return $.ajax({
|
||||
...{
|
||||
type: type,
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
function crudAjax(params, url, type = 'GET', callback = () => {}, async = true, options = {}) {
|
||||
function crudAjax(params, url, type = 'GET', callback = () => {}, async = false, options = {}) {
|
||||
return $.ajax({
|
||||
...{
|
||||
type: type,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user