File: /home/salamatk/takarzan.ir/wp-content/themes/xts-luman/js/scripts/commentImage.min.js
(a=>{XTSThemeModule.commentImage=function(){a("form.comment-form").attr("enctype","multipart/form-data")},XTSThemeModule.commentImagesUploadValidation=function(){var t=a(".comment-form"),o=t.find("#xts-add-img-btn"),s=[];function i(e){t.append('<div class="comment-form-images-msg"><p class="woocommerce-error" role="alert">'+e+"</p><div>")}0!==o.length&&(a.each(xts_settings.comment_images_upload_mimes,function(e,t){s.push(String(t))}),o.on("change",function(e){t.find(".xts-add-img-count").text(xts_settings.comment_images_added_count_text.replace("%s",this.files.length))}),t.on("submit",function(e){t.find(".woocommerce-error").remove();var m=!1,n=!1;o[0].files.length>xts_settings.comment_images_count&&(i(xts_settings.comment_images_count_text),e.preventDefault()),Array.prototype.forEach.call(o[0].files,function(e){var t=e.size,e=String(e.type);t>xts_settings.comment_images_upload_size&&(m=!0),a.inArray(e,s)<0&&(n=!0)}),m&&(i(xts_settings.comment_images_upload_size_text),e.preventDefault()),n&&(i(xts_settings.comment_images_upload_mimes_text),e.preventDefault())}))},a(document).ready(function(){XTSThemeModule.commentImage(),XTSThemeModule.commentImagesUploadValidation()})})(jQuery);