// source --> https://www.himalayansherpaholidays.com/wp-content/plugins/comment-images/js/plugin.min.js?ver=cbf00d5314ad68db69f62704b402d7a4 
(function(e){"use strict";e(function(){if(0<e("#commentform").length){e("#commentform").attr("enctype","multipart/form-data")}e("#comment_image").change(function(){if(""!==e.trim(e(this).val())){var t,n;t=e(this).val().split(".");n=t[t.length-1].toString().toLowerCase();if("png"===n||"gif"===n||"jpg"===n||"jpeg"===n){e("#comment-image-error").hide()}else{e("#comment-image-error").html(cm_imgs.fileTypeError).show();e(this).val("");return}if(window.FileReader&&window.File&&window.FileList&&window.Blob){if(cm_imgs.limitFileSize>this.files[0].size){e("#comment-image-error").hide()}else{e("#comment-image-error").html(cm_imgs.fileSizeError+parseInt(cm_imgs.limitFileSize/1024)+"kb").show();e(this).val("");return}}}})})})(jQuery);