Changes between Initial Version and Version 1 of Ticket #6201, comment 4
- Timestamp:
- 05/22/2015 05:06:29 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6201, comment 4
initial v1 5 5 The bug resulted in the script of my plugin for logging in with LinkedIn not executing and attaching the click event to the login button. 6 6 7 I had t he modifyfunctions bp_init_activity and bp_init_objects in global.js, by adding a check:7 I had to modify the functions bp_init_activity and bp_init_objects in global.js, by adding a check: 8 8 9 9 if(typeof jq.cookie == 'undefined')return;