From 288eb94fe086130298e67cda973ab7197e0e386d Mon Sep 17 00:00:00 2001 From: mosababubakr <47486787+mosababubakr@users.noreply.github.com> Date: Mon, 4 Nov 2019 15:21:15 +0200 Subject: [PATCH] Update missing closed brace to the insert.CSS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef66a8c6b..893eefac3 100644 --- a/README.md +++ b/README.md @@ -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("");