mirror of
https://github.com/shuto-cn/cordova-plugin-inappbrowser.git
synced 2025-02-24 19:12:57 +08:00
Update missing closed brace to the insert.CSS
This commit is contained in:
parent
80feff6cf8
commit
1e16c50b1a
@ -256,7 +256,7 @@ function loadStopCallBack() {
|
|||||||
|
|
||||||
if (inAppBrowserRef != undefined) {
|
if (inAppBrowserRef != undefined) {
|
||||||
|
|
||||||
inAppBrowserRef.insertCSS({ code: "body{font-size: 25px;" });
|
inAppBrowserRef.insertCSS({ code: "body{font-size: 25px;}" });
|
||||||
|
|
||||||
inAppBrowserRef.executeScript({ code: "\
|
inAppBrowserRef.executeScript({ code: "\
|
||||||
var message = 'this is the message';\
|
var message = 'this is the message';\
|
||||||
|
Loading…
Reference in New Issue
Block a user