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 16, 2024
1 parent 5449138 commit 70361e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Hybrid/GrowingWKWebViewJavascriptBridge_JS.m
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,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.parentNode.insertBefore(d, i);
(d.async = !0), (d.src = t), i != undefined ? i.parentNode.insertBefore(d, i) : n.head.appendChild(d);
})(window, document, 'https://assets.giocdn.com/sdk/webjs/gdp-full.js', 'gdp');

window._gr_ignore_local_rule = true;
Expand Down

0 comments on commit 70361e3

Please sign in to comment.