modificado fichero ajax para tener getpromise

This commit is contained in:
2025-06-28 20:17:15 +02:00
parent bdc0252c72
commit bdb1d1aaec

View File

@ -59,6 +59,7 @@ class Ajax {
error: this.error error: this.error
}) })
} }
getPromise() { getPromise() {
if (this.jqXHR) { if (this.jqXHR) {
this.jqXHR.abort(); this.jqXHR.abort();