beforeSend: function()

in src/main/resources/assets/script.js [57:62]


        beforeSend: function (jqXHR, options) {
            hasPendingExecuteAjaxCall = true;
            $.blockUI({ message: null });
            $("#error").hide();
            return true;
        }