You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
339 B
JavaScript
1 line
339 B
JavaScript
"use strict";const WPFormsUtils=window.WPFormsUtils||function(r){return{triggerEvent:function(n,t,e=[]){t=new r.Event(t);return n.trigger(t,e),t},debounce:function(r,i,u){var o;return function(){var n=this,t=arguments,e=u&&!o;clearTimeout(o),o=setTimeout(function(){o=null,u||r.apply(n,t)},i),e&&r.apply(n,t)}}}}((document,window,jQuery)); |