Changeset 1740


Ignore:
Timestamp:
04/13/11 14:48:23 (2 years ago)
Author:
phil
Message:

Updating Sharing plugin:

  • patching error on Facebook link when sharing.code is unset
Location:
plugins/sharing/v5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/sharing/v5/src/com/longtailvideo/plugins/sharing/Sharing.as

    r1739 r1740  
    276276                var title:String = _player.playlist.currentItem['title']; 
    277277                if (_shareScreen.mouseX < 75) { 
    278                     if(_config['code'].toString().length == 8) { 
     278                    if(_config['code'] && _config['code'].toString().length == 8) { 
    279279                        url = 'http://www.facebook.com/share.php?u='+getBotrPreview(); 
    280280                    } else {  
Note: See TracChangeset for help on using the changeset viewer.