Skip to content

Commit 78fe318

Browse files
committed
Cleanup index.html
1 parent 5a6390e commit 78fe318

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

index.html

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="user-scalable=no,width=device-width,initial-scale=1,maximum-scale=1"><link rel=icon type=image/png href=static/favicon.png><title>Kiwi IRC</title><style>/* target specific styles */
22
body {
3-
/* disable the 'pull down to refresh' on mobiles */
4-
overflow: hidden;
3+
/* disable the 'pull down to refresh' on mobiles */
4+
overflow: hidden;
55
}</style><style class=embedly-css>.card .hdr {
66
display:none;
7-
}</style>
8-
</head>
9-
<body>
10-
<div id=app></div>
7+
}</style></head><body><div id=app></div>
8+
9+
10+
1111
<script>
1212
console.log('Start');
1313
window.kiwiConfig = function() {
@@ -16,7 +16,6 @@
1616
"startupScreen": "welcome",
1717
"kiwiServer": "https://kiwi.freenode.net/relay/kiwiirc/",
1818
"restricted": true,
19-
"sidebarDefault": "nicklist",
2019
"theme": "Default",
2120
"themes": [
2221
{ "name": "Default", "url": "static/themes/default" },
@@ -66,11 +65,13 @@
6665
}
6766
}
6867
conf.startupOptions.channel = fragment;
69-
window.location.hash = fragment;
68+
window.location.hash = fragment;
7069
}
7170

7271
return conf;
7372
};
7473
</script>
74+
75+
7576
</body>
76-
</html>
77+
</html>

0 commit comments

Comments
 (0)