From c1a82dd8b6ab5f1e60508f214902adf22dff6399 Mon Sep 17 00:00:00 2001 From: teramako Date: Sun, 24 Apr 2011 17:29:57 +0900 Subject: vimperator 3.1からUTF-8を解釈できるようになったので --- sl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sl.js') diff --git a/sl.js b/sl.js index 4ea05be..4bf0976 100644 --- a/sl.js +++ b/sl.js @@ -548,7 +548,7 @@ self.init(); // ----------------------------------------------------- // Commmand // ----------------------------------------------------- -commands.addUserCommand(['sl'],decodeURIComponent(escape('キータイプを矯正します。')), +commands.addUserCommand(['sl'], 'キータイプを矯正します。', function(args){ let opt = {}; -- cgit v1.2.3