forked from x/icebergs
9 lines
254 B
JavaScript
9 lines
254 B
JavaScript
Volcanos(chat.ONIMPORT, {
|
|
_init: function(can, msg) {
|
|
msg.Dump(can)
|
|
can.page.Select(can, can._output, "tr>td:not(:first-child):not(:last-child)", function(target) {
|
|
can.page.style(can, target, html.BACKGROUND_COLOR, target.innerText)
|
|
})
|
|
},
|
|
})
|