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