Show
Ignore:
Timestamp:
05/02/08 00:09:08 (7 months ago)
Author:
sho
Message:

platform/tdiary/plugin/nicovideo.rb: supported mobile mode.

Files:
1 modified

Legend:

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

    r10697 r10898  
    4343        comment_num = elem.to_a( 'comment_num' )[0].text 
    4444        mylist = elem.to_a( 'mylist_counter' )[0].text 
     45 
     46        if @conf.mobile_agent? then 
     47                comment = '' 
     48        end 
    4549 
    4650        if feed? then 
     
    9094 
    9195def nicovideo_player( video_id, size = nil ) 
    92         if feed? then 
     96        if feed? or @conf.mobile_agent? then 
    9397                nicovideo( video_id ) 
    9498        else