| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/www/websites/rvd_tempewmove/wp-content/plugins/lifterlms/assets/js/ |
| Current File : //home/udaipurk/www/websites/rvd_tempewmove/wp-content/plugins/lifterlms/assets/js/llms-ajax.js |
function Ajax (type, data, cache) {
this.type = type;
this.data = data;
this.cache = cache;
this.dataType = 'json';
this.url = window.ajaxurl || window.llms.ajaxurl;
}
Ajax.prototype.check_voucher_duplicate = function () {
jQuery.ajax({
type : this.type,
url : this.url,
data : this.data,
cache : this.cache,
dataType : this.dataType,
success : function(response) {
llms_on_voucher_duplicate( response.duplicates );
}
});
};