From adda95c12d27f64b046a9af4c36c9e40944d4c91 Mon Sep 17 00:00:00 2001 From: drry Date: Fri, 31 Oct 2008 15:30:17 +0000 Subject: * fixed a missing metadata block. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22456 d0d07461-0603-4401-acd4-de1884942a52 --- umihara.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'umihara.js') diff --git a/umihara.js b/umihara.js index 7f0a86c..13e88f6 100644 --- a/umihara.js +++ b/umihara.js @@ -1,3 +1,4 @@ +// ==VimperatorPlugin== // @name Kawase // @description-ja 外国為替換算 // @license Creative Commons 2.1 (Attribution + Share Alike) @@ -72,10 +73,10 @@ if (req.readyState == 4 && req.status == 200) { let m = req.responseText.match(re); if (m) { - let text = from + ' -> ' + to + + let text = from + ' -> ' + to + '\n ' + from + ': ' + value + - '\n ' + to + ': ' + m[3] + - '\n rate: ' + m[2] + + '\n ' + to + ': ' + m[3] + + '\n rate: ' + m[2] + '\n time: ' + m[1]; liberator.echo(text); if (clipboard) @@ -113,4 +114,3 @@ ); })(); - -- cgit v1.2.3