Changeset 1740
- Timestamp:
- 04/13/11 14:48:23 (2 years ago)
- Location:
- plugins/sharing/v5
- Files:
-
- 2 edited
-
sharing.swf (modified) (previous)
-
src/com/longtailvideo/plugins/sharing/Sharing.as (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/sharing/v5/src/com/longtailvideo/plugins/sharing/Sharing.as
r1739 r1740 276 276 var title:String = _player.playlist.currentItem['title']; 277 277 if (_shareScreen.mouseX < 75) { 278 if(_config['code'] .toString().length == 8) {278 if(_config['code'] && _config['code'].toString().length == 8) { 279 279 url = 'http://www.facebook.com/share.php?u='+getBotrPreview(); 280 280 } else {
Note: See TracChangeset
for help on using the changeset viewer.
