Update missing closed brace to the insert.CSS

This commit is contained in:
mosababubakr 2019-11-03 16:56:59 +02:00 committed by GitHub
parent 80feff6cf8
commit 1e16c50b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';\