From 07d47b610374cc470f6d68f06ef83e67010d8a9f Mon Sep 17 00:00:00 2001 From: drry Date: Sun, 8 Aug 2010 17:06:19 +0000 Subject: * やっぱ。 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@38228 d0d07461-0603-4401-acd4-de1884942a52 --- twittperator.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index 8632817..a3f0570 100755 --- a/twittperator.js +++ b/twittperator.js @@ -1314,8 +1314,8 @@ let PLUGIN_INFO = return result; } // }}} function showTL(s) { // {{{ - function userURL(name) - ("http" + (setting.showTLWithHTTPURL ? "" : "s") + "://twitter.com/" + name); + function userURL(screen_name) + (setting.showTLURLScheme + "://twitter.com/" + screen_name); let html =