Skip to content

Commit b6acac2

Browse files
committed
removed remote_url for polyfill
1 parent 4496290 commit b6acac2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

includes/admin/class-form-builder-assets.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,6 @@ public function get_vue_routes() {
210210
*/
211211
public function builder_mixins_script() {
212212
?>
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-
221213
<script>
222214
var wpuf_form_builder_mixins = function(mixins, mixin_parent) {
223215
if (!mixins || !mixins.length) {

0 commit comments

Comments
 (0)