Skip to content

Commit

Permalink
Update missing closed brace to the insert.CSS (apache#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabab authored and timbru31 committed Nov 4, 2019
1 parent 7b6f959 commit 9a15737
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 @@ -621,7 +621,7 @@ function loadStopCallBack() {

if (inAppBrowserRef != undefined) {

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

$('#status-message').text("");

Expand Down

0 comments on commit 9a15737

Please sign in to comment.