From 1e16c50b1a95f14e404a78bafaf4b3abd49d5d54 Mon Sep 17 00:00:00 2001 From: mosababubakr <47486787+mosababubakr@users.noreply.github.com> Date: Sun, 3 Nov 2019 16:56:59 +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 8fe6440..ef66a8c 100644 --- a/README.md +++ b/README.md @@ -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';\