remove spurious println
This commit is contained in:
parent
66cdbe7a54
commit
a0748e3261
3 changed files with 9 additions and 8 deletions
|
@ -96,7 +96,6 @@ $(function(){
|
||||||
ws.send(topic);
|
ws.send(topic);
|
||||||
};
|
};
|
||||||
ws.onmessage = function(event) {
|
ws.onmessage = function(event) {
|
||||||
console.log(event);
|
|
||||||
var data = JSON.parse(event.data);
|
var data = JSON.parse(event.data);
|
||||||
foldNewEntries(data.entries);
|
foldNewEntries(data.entries);
|
||||||
};
|
};
|
||||||
|
|
|
@ -415,11 +415,13 @@ article {
|
||||||
max-height: 240px;
|
max-height: 240px;
|
||||||
max-width: 240px; }
|
max-width: 240px; }
|
||||||
article div {
|
article div {
|
||||||
overflow: auto; }
|
overflow: auto;
|
||||||
article div p:first-child {
|
/*p:first-child {
|
||||||
margin-top: 0; }
|
margin-top: 0;
|
||||||
article div p:last-child {
|
}
|
||||||
margin-bottom: 0; }
|
p:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}*/ }
|
||||||
article img, article video {
|
article img, article video {
|
||||||
max-width: 100%; }
|
max-width: 100%; }
|
||||||
article header {
|
article header {
|
||||||
|
|
|
@ -93,12 +93,12 @@ article {
|
||||||
div {
|
div {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
p:first-child {
|
/*p:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
p:last-child {
|
p:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
img, video {
|
img, video {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue