Show
Ignore:
Timestamp:
07/07/08 20:51:39 (5 months ago)
Author:
hsbt
Message:

hide output tag when bot/iphone/mobile.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • platform/tdiary/plugin/livedoor_weather.rb

    r12982 r15388  
    178178 
    179179add_body_enter_proc do |date| 
    180         unless feed? 
     180        unless @conf.mobile_agent? or feed? or bot? or iphone? then 
    181181                lwws_to_html( date.strftime("%Y%m%d") ) 
    182182        end