X
Xon
Guest
The event
Code:
Read more
Continue reading...
ajax:complete
triggered by AJAX calls appears to be significantly broken, as the response/data/error is undefined values despite the resulting event expecting that data.Code:
Code:
.finally(({
response,
data,
error,
} = {}) =>
{
if (global)
{
XF.trigger(document, 'xf:action-stop')
}...
Read more
Continue reading...