From 508209b675140cdf8f75f7cf3f75f95e7267d2bc Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 23 Sep 2011 19:45:59 +0900 Subject: 被りそうなクラス名を辞める --- twittperator.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index 81967c3..c21d719 100644 --- a/twittperator.js +++ b/twittperator.js @@ -1721,11 +1721,11 @@ let PLUGIN_INFO = ("window.parent.liberator.modules.plugins.twittperator.Twittperator.showStatusMenu(" + parseInt(st.id) + ")"); let html = .toSource() .replace(/(?:\r\n|[\r\n])[ \t]*/g, " ") + s.reduce(function(table, status) { @@ -1733,35 +1733,35 @@ let PLUGIN_INFO = ("retweeted_status" in status) ? let (rt = status.retweeted_status) - + - {rt.user.screen_name} + {rt.user.screen_name} {rt.user.screen_name}‬ - {status.user.screen_name} + {status.user.screen_name} - + {Utils.anchorLink(rt.text)} - + ۞ : - + - {status.user.screen_name} + {status.user.screen_name} {status.user.screen_name}‬ - + {Utils.anchorLink(status.text)} - + ۞ -- cgit v1.2.3