<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">!function(o,t){if("object"==typeof exports&amp;&amp;"object"==typeof module)module.exports=t();else if("function"==typeof define&amp;&amp;define.amd)define([],t);else{var e=t();for(var i in e)("object"==typeof exports?exports:o)[i]=e[i]}}(window,(function(){return function(o){var t={};function e(i){if(t[i])return t[i].exports;var n=t[i]={i:i,l:!1,exports:{}};return o[i].call(n.exports,n,n.exports,e),n.l=!0,n.exports}return e.m=o,e.c=t,e.d=function(o,t,i){e.o(o,t)||Object.defineProperty(o,t,{enumerable:!0,get:i})},e.r=function(o){"undefined"!=typeof Symbol&amp;&amp;Symbol.toStringTag&amp;&amp;Object.defineProperty(o,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(o,"__esModule",{value:!0})},e.t=function(o,t){if(1&amp;t&amp;&amp;(o=e(o)),8&amp;t)return o;if(4&amp;t&amp;&amp;"object"==typeof o&amp;&amp;o&amp;&amp;o.__esModule)return o;var i=Object.create(null);if(e.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:o}),2&amp;t&amp;&amp;"string"!=typeof o)for(var n in o)e.d(i,n,function(t){return o[t]}.bind(null,n));return i},e.n=function(o){var t=o&amp;&amp;o.__esModule?function(){return o.default}:function(){return o};return e.d(t,"a",t),t},e.o=function(o,t){return Object.prototype.hasOwnProperty.call(o,t)},e.p="/",e(e.s=15)}({15:function(o,t){(function(){!function(o,t,e){"use strict";var i={header:"Header",content:"Content",button_submit:"OK",button_close:"Cancel",custom_cls:"",callback:null,afterOpen:o.noop},n=o(t),s=o("body");function r(t,e){this.element=t,this.options=o.extend({},i,e),this._defaults=i,this._name="mobileChooser",this.$chooser=o(o.tera('&lt;div class="s-mobile-chooser s-mobile-chooser_animation-enter {custom_cls}"&gt;  &lt;div class="s-mobile-chooser__wrapper"&gt;    &lt;div class="s-mobile-chooser__header"&gt;      &lt;button type="button" class="s-mobile-menu__close"&gt;x&lt;/button&gt;      {header}    &lt;/div&gt;    &lt;div class="s-mobile-chooser__content"&gt;      {raw content}    &lt;/div&gt;    &lt;div class="s-mobile-chooser__footer"&gt;      &lt;button type="button" class="s-button s-mobile-chooser__footer-button js-chooser-submit"&gt;{button_submit}&lt;/button&gt;      &lt;button type="button" class="s-mobile-chooser__footer-cancel js-chooser-close"&gt;{button_close}&lt;/button&gt;    &lt;/div&gt;  &lt;/div&gt;&lt;/div&gt;',this.options)),this.init(),s.data(this._name,this)}r.prototype.init=function(){s.on("click."+this._name,this.closeOnOuterClick.bind(this)),this.$chooser.on("click."+this._name,".s-mobile-menu__close, .js-chooser-close",this.close.bind(this)),this.$chooser.on("click."+this._name,".js-chooser-submit",this.submit.bind(this)),this.open(),this.options.afterOpen(this)},r.prototype.fixIosNavbarBug=function(){this.$chooser.height(t.innerHeight)},r.prototype.open=function(){this.fixIosNavbarBug(),s.append(this.$chooser),s.addClass("s-page_mobile_no-overflow"),disableBodyScroll(!0,".s-mobile-chooser__content"),n.on("resize orientationchange",this.fixIosNavbarBug.bind(this)),setTimeout(this._openAntimationStart.bind(this),30),setTimeout(this._openAnimationFinish.bind(this),300)},r.prototype._openAntimationStart=function(){this.$chooser.addClass("s-mobile-chooser_animation-enter-active")},r.prototype._openAnimationFinish=function(){this.$chooser.removeClass("s-mobile-chooser_animation-enter s-mobile-chooser_animation-enter-active")},r.prototype.closeOnOuterClick=function(t){o(t.target).is(".s-mobile-chooser")&amp;&amp;this.close()},r.prototype.close=function(){disableBodyScroll(!1,".s-mobile-chooser__content"),this.$chooser.addClass("s-mobile-chooser_animation-leave").off(),setTimeout(this._closeAntimationStart.bind(this),30),setTimeout(this._closeAnimationFinish.bind(this),50),setTimeout(this.destroy.bind(this),300)},r.prototype._closeAntimationStart=function(){this.$chooser.addClass("s-mobile-chooser_animation-leave")},r.prototype._closeAnimationFinish=function(){this.$chooser.addClass(" s-mobile-chooser_animation-leave-active")},r.prototype.destroy=function(){s.off("."+this._name),this.$chooser.off("."+this._name).empty().remove(),s.removeClass("s-page_mobile_no-overflow"),n.off("resize orientationchange",this.fixIosNavbarBug.bind(this)),s.removeData(this._name)},r.prototype.submit=function(o){"function"==typeof this.options.callback?this.options.callback(this,this.close):this.close()},o.mobileChooser=function(o){if("close"!==o)return new r(this,o);var t=s.data("mobileChooser");void 0!==t&amp;&amp;t.close()}}(jQuery,window)}).call(window)}})}));</pre></body></html>