Skip to content

Commit

Permalink
Merge pull request apache#567 from mosababubakr/patch-1
Browse files Browse the repository at this point in the history
Update missing closed brace to the insert.CSS
  • Loading branch information
breautek authored Nov 3, 2019
2 parents 80feff6 + 1e16c50 commit 7b6f959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 7b6f959

Please sign in to comment.