-
smakdaddy posted a new activity comment 14 years, 6 months ago
Thanks Paul. I can see that. Do you know when this change took place as I’m definately using 1.2.3 and my global.js is definately using j, not jq. Anyway, not to worry, i just saw i wasn’t the only one having this issue so thought i’d try and shed some light on it. Thanks.
-
smakdaddy posted a new activity comment 14 years, 6 months ago
Sorry, should have clarified. The theme i’m using is completely built around the default buddypress theme (it was my starting point) and i have not changed global.js at all.
-
Look at https://svn.buddypress.org/tags/1.2.3/bp-themes/bp-default/_inc/global.js, which is global.js for 1.2.3. It declares it as jq.
-
-
smakdaddy posted a new activity comment 14 years, 6 months ago
Hey Paul. Yes, it is. in my global.js i have the following :
// AJAX Functions
var j = jQuery;Include is written as follows: [path-to-theme]/_inc/global.js?ver=3.0-beta1
-
smakdaddy posted a new activity comment 14 years, 6 months ago
Hey Paul. Great work on the plugin. FYI though, on a clean install with WP3 beta 1 and BP 1.2.3 the admin interface breaks. Changing all instances of jq() in admin.js to j() fixes it.
@smakdaddy
Not recently active
It was in this revision https://trac.buddypress.org/ticket/2151 which went into the 1.2 branch about 6 weeks ago,