Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6201, comment 4


Ignore:
Timestamp:
05/22/2015 05:06:29 PM (9 years ago)
Author:
rpayne7264
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6201, comment 4

    initial v1  
    55The bug resulted in the script of my plugin for logging in with LinkedIn not executing and attaching the click event to the login button.
    66
    7 I had the modify functions bp_init_activity and bp_init_objects in global.js, by adding a check:
     7I had to modify the functions bp_init_activity and bp_init_objects in global.js, by adding a check:
    88
    99if(typeof jq.cookie == 'undefined')return;