misc/plugin/pb-show.rb in tdiary-4.1.3 vs misc/plugin/pb-show.rb in tdiary-4.2.0
- old
+ new
@@ -17,13 +17,10 @@
# Modified: by Junichiro Kita <kita@kitaj.no-ip.com>
# Modified: by MoonWolf <moonwolf@moonwolf.com>
#
#
-# running on only non mobile mode
-unless @cgi.mobile_agent? then
-
#
# hide Pingbacks in TSUKKOMI
#
module ::TDiary
module CommentManager
@@ -125,12 +122,9 @@
end
r << %Q!\t\t</div>\n!
r << %Q!\t</div>\n!
r
end
-
-# running on only non mobile mode
-end # unless mobile_agent?
#
# show Pingback ping URL
#
add_body_enter_proc do |date|