Changeset 38941

Show
Ignore:
Timestamp:
06/20/11 23:30:34 (2 years ago)
Author:
NeoCat
Message:

Merge remote-tracking branch 'wa-/twipple_photo'

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/twicli/plugins/thumbnail.js

    r38938 r38941  
    9797                                        }); 
    9898                } 
     99                else if (url.match(/^http:\/\/p\.twipple\.jp\/(\w+)/)) { 
     100                        addThumbnail(elem, 'http://p.twipple.jp/show/thumb/' + RegExp.$1, url); 
     101                } 
    99102        } 
    100103});