Skip to content

Commit

Permalink
Update missing closed brace to the insert.CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabab committed Nov 3, 2019
1 parent 80feff6 commit 1e16c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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';\
Expand Down

0 comments on commit 1e16c50

Please sign in to comment.