biolife quickview fixed

This commit is contained in:
Muammer Top 2021-07-08 17:30:19 +03:00
parent 83f2a37223
commit 1b8cc69fcd
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,