Update missing closed brace to the insert.CSS (#568)
This commit is contained in:
parent
7b6f95964a
commit
9a15737577
@ -621,7 +621,7 @@ function loadStopCallBack() {
|
|||||||
|
|
||||||
if (inAppBrowserRef != undefined) {
|
if (inAppBrowserRef != undefined) {
|
||||||
|
|
||||||
inAppBrowserRef.insertCSS({ code: "body{font-size: 25px;" });
|
inAppBrowserRef.insertCSS({ code: "body{font-size: 25px;}" });
|
||||||
|
|
||||||
$('#status-message').text("");
|
$('#status-message').text("");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user