Changeset 38874

Show
Ignore:
Timestamp:
03/14/11 12:59:30 (2 years ago)
Author:
NeoCat
Message:

Delete retweeted status from 'Delete this tweet' menu in user tab

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • websites/twicli/twicli.js

    r38862 r38874  
    709709// 発言の削除 
    710710function deleteStatus(id) { 
    711         id = id || popup_id; 
     711        id = id || popup_ele.tw.id_str || popup_ele.tw.id; 
    712712        if (!id) return false; 
    713713        if (!confirm(_('Are you sure to delete this tweet?'))) return false;