#wa.core

  • +5 Исправлено

    В wa.core.js устанавливается общий обработчик ajax-ошибок $(document).ajaxError(function(e, xhr, settings, exception) { // Ignore 502 error in background process if (xhr.status === 502 && exception == 'abort' ||...