mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -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({
|
return $.ajax({
|
||||||
...{
|
...{
|
||||||
type: type,
|
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({
|
return $.ajax({
|
||||||
...{
|
...{
|
||||||
type: type,
|
type: type,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user