Archived
1
0

update livechan.js and stylesheets

This commit is contained in:
Jeff Becker 2016-06-30 09:01:11 -04:00
parent e25d6ab370
commit 17b8101349
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function inject_livechan_widget(prefix, parent) {
};
progress("initialize");
socket.onopen = function () {
progress("streaming (read only)");
progress("streaming");
}
socket.onmessage = function(ev) {
var j = null;

View File

@ -111,6 +111,7 @@ table {
table.board-list-table {
width: 100%;
}
table tbody td {
margin: 0;
padding: 4px 15px 4px 4px;