jQuery(document).ready((function(t){"use strict";let e=t("textarea#comment");t(".wvr-customer-select").on("change",(function(){let c=t(this).val();e.focus(),document.execCommand ("insertText",!1,`${c} `)})),t(".wvr-select-sample-cmt").on("click",(function(){let c=t(this).text();e.focus(),document.execCommand ("insertText",!1,`${c} `)})),wvrParams.auto_rating&&(setTimeout((()=>{t(".comment-form-rating a.star-5").trigger("click")}),1e3),t('select#rating option[value="5"]').attr("selected","selected")),wvrParams.first_comment&&e.val(`${wvrParams.first_comment} `)}));