forked from github/cordova-plugin-inappbrowser
Merge pull request #567 from mosababubakr/patch-1
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