Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/tutor-pro/addons/tutor-zoom/assets/js/frontend.js

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + (()=>{var n={};/************************************************************************/// The module cache
2 + var t={};// The require function
3 + function o(a){// Check if module is in cache
4 + var r=t[a];if(r!==undefined){return r.exports}// Create a new module (and put it into the cache)
5 + var s=t[a]={exports:{}};// Execute the module function
6 + n[a](s,s.exports,o);// Return the exports of the module
7 + return s.exports}/************************************************************************/// webpack/runtime/rspack_version
8 + (()=>{o.rv=()=>"1.5.7"})();// webpack/runtime/rspack_unique_id
9 + (()=>{o.ruid="bundler=rspack@1.5.7"})();/************************************************************************/(function(n){"use strict";n(document).ready(function(){var{__,_x:t,_n:o,_nx:a}=wp.i18n;n(".tutor-zoom-meeting-countdown").each(function(){var t=n(this).data("timer");var o=n(this).data("timezone");var a=moment.tz(t,o);n(this).countdown(a.toDate(),function(t){n(this).html(t.strftime("<div>\n <h3>%D</h3>\n <p>".concat(__("Days","tutor-pro"),"</p>\n </div>\n <div>\n <h3>%H</h3>\n <p>").concat(__("Hours","tutor-pro"),"</p>\n </div>\n <div>\n <h3>%M</h3>\n <p>").concat(__("Minutes","tutor-pro"),"</p>\n </div>\n <div>\n <h3>%S</h3>\n <p>").concat(__("Seconds","tutor-pro"),"</p>\n </div>")))})});n(".tutor-zoom-lesson-countdown").each(function(){var t=n(this).data("timer");var o=n(this).data("timezone");var a=moment.tz(t,o);n(this).countdown(a.toDate(),function(t){n(this).html(t.strftime("<span>%D <span>d</span></span> <span>%H <span>h</span></span> <span>%M <span>m</span></span> <span>%S <span>s</span></span>"))})})})})(jQuery)})();