Skip to content

Commit 7b6f959

Browse files
authored
Merge pull request #567 from mosababubakr/patch-1
Update missing closed brace to the insert.CSS
2 parents 80feff6 + 1e16c50 commit 7b6f959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function loadStopCallBack() {
256256

257257
if (inAppBrowserRef != undefined) {
258258

259-
inAppBrowserRef.insertCSS({ code: "body{font-size: 25px;" });
259+
inAppBrowserRef.insertCSS({ code: "body{font-size: 25px;}" });
260260

261261
inAppBrowserRef.executeScript({ code: "\
262262
var message = 'this is the message';\

0 commit comments

Comments
 (0)