We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4496290 commit b6acac2Copy full SHA for b6acac2
includes/admin/class-form-builder-assets.php
@@ -210,14 +210,6 @@ public function get_vue_routes() {
210
*/
211
public function builder_mixins_script() {
212
?>
213
- <script>
214
- if (!window.Promise) {
215
- var promise_polyfill = document.createElement('script');
216
- promise_polyfill.setAttribute('src','https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0');
217
- document.head.appendChild(promise_polyfill);
218
- }
219
- </script>
220
-
221
<script>
222
var wpuf_form_builder_mixins = function(mixins, mixin_parent) {
223
if (!mixins || !mixins.length) {
0 commit comments