forked from x/icebergs
8 lines
252 B
JavaScript
8 lines
252 B
JavaScript
Volcanos(chat.ONIMPORT, {
|
|
_init: function(can, msg) { msg.Show(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)
|
|
})
|
|
},
|
|
})
|