Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey,

    I ran into the same problem, the solution is relatively easy ??

    group-tags.js on line 25

    Change
    j('.gtags-add').click(function (){
    to
    j('.gtags-add').click(function (event){

    and on line 32 change
    j('#gtags-toggle-top').click(function() {
    to
    j('#gtags-toggle-top').click(function(event) {

    Plugin Author Dwenaus

    (@dwenaus)

    fix added in last version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: BuddyPress Group Tags] Click on"Click to add common tags:" does nothing’ is closed to new replies.