Skip to content

Commit

Permalink
fix(hybrid): web circle testing failed
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Oct 15, 2024
1 parent 4aa2274 commit c9c9df4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modules/Hybrid/GrowingWKWebViewJavascriptBridge_JS.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ + (NSString *)createJavascriptBridgeJsWithNativeConfiguration:
(e[c].namespace = s);
var d = n.createElement('script');
var i = n.getElementsByTagName('script')[0];
(d.async = !0), (d.src = t);
i ? i.parentNode.insertBefore(d, i) : n.head.appendChild(d);
(d.async = !0), (d.src = t), i.parentNode.insertBefore(d, i);
})(window, document, 'https://assets.giocdn.com/sdk/webjs/gdp-full.js', 'gdp');

window._gr_ignore_local_rule = true;
Expand Down

0 comments on commit c9c9df4

Please sign in to comment.