Skip to content

Commit 889b4bd

Browse files
committed
Fix bug in light mode (#73)
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent 6244d36 commit 889b4bd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@
373373
"size": 197
374374
},
375375
"js/page-common.js": {
376-
"sha512": "e09e6ccc1e2815c9d06baf67c21610d95af69cb2321e72b015c51ddcc14c485d",
377-
"size": 2086
376+
"sha512": "1cea78b4828b9e111a02e177bea202363b0ffd697b355659415b3393d4765b35",
377+
"size": 2069
378378
},
379379
"plugins/Bootstrap/css/bootstrap-grid.css": {
380380
"sha512": "583bbaf319ca7b51f5bf551a46e6d83b555396175a640418174d568da552a9b6",
@@ -547,11 +547,11 @@
547547
},
548548
"ignore": "(^.git)",
549549
"inner_path": "content.json",
550-
"modified": 1541954375,
550+
"modified": 1541955228,
551551
"postmessage_nonce_security": true,
552552
"signers_sign": "GxPcc7gTaIO5FSW0SpB7qerY9S/GUhbzfpFhwN4+XFtcGjd0U9gPPLi0Tm9ddT01FEG1lt/49XGoGPIxz2o81qs=",
553553
"signs": {
554-
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "G3atREtyX3Ge5J7cYnhsPIRZt+lu19mlHrBRmaAmimtOZ06IuykeCV3wxkzZKAx2LvbT4DYGVOYPtrg+UdaZjW8="
554+
"1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB": "HKPhh0KU948HbqtP5HZCj/6Vl1Bd33GFWRx1zgMbPgAeMW3AF25fC+Xcf9BgaN0WlIgjPBMQqrhfOq9NFUlGng4="
555555
},
556556
"signs_required": 1,
557557
"title": "Framework.js",

js/page-common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ zeroFrame.cmd("serverInfo", {}, (server_info) => {
5555
// Depending on user theme settings, set the theme
5656
switch(server_info.user_settings.theme) {
5757
case "light":
58-
body.innerHTML += '' + body.innerHTML
58+
body.innerHTML += ''
5959
break
6060
case "dark":
6161
body.innerHTML += '<link rel="stylesheet" type="text/css" href="css/dark-common.css">'

0 commit comments

Comments
 (0)