Skip to content

Commit 9a15737

Browse files
mosababtimbru31
authored andcommitted
Update missing closed brace to the insert.CSS (#568)
1 parent 7b6f959 commit 9a15737

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
@@ -621,7 +621,7 @@ function loadStopCallBack() {
621621

622622
if (inAppBrowserRef != undefined) {
623623

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

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

0 commit comments

Comments
 (0)