Skip to content

Commit

Permalink
Sorry, You were unhappy
Browse files Browse the repository at this point in the history
  • Loading branch information
anekos committed Sep 7, 2013
1 parent a0da898 commit 66c5202
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions happy_hacking_vimperator.js
Original file line number Diff line number Diff line change
Expand Up @@ -3276,16 +3276,16 @@ let PLUGIN_INFO = xml`
let sz = innerWidth / msg.length / 1.5;
if (plugins.namakubi && typeof plugins.namakubi.talk == 'function')
plugins.namakubi.talk(msg);
liberator.echo(
liberator.echo(xml`
<div style="background: white; color: black;">
<table>
<tr>
<td><img src={gunsou}/></td>
<td style={"font-size: " + sz + "px; white-space: nowrap;"}>{msg}</td>
<td><img src=${gunsou}/></td>
<td style=${"font-size: " + sz + "px; white-space: nowrap;"}>${msg}</td>
</tr>
</table>
</div>
);
`);
}

function kill (msg) {
Expand Down

0 comments on commit 66c5202

Please sign in to comment.