Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/25/2010 12:32:11 PM (15 years ago)
Author:
apeatling
Message:

Fixing sidebar members and groups widget JS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-widgets.php

    r2168 r2444  
    1414
    1515        if ( is_active_widget( false, false, $this->id_base ) )
    16             wp_enqueue_script( 'groups_widget_groups_list-js', BP_PLUGIN_URL . '/bp-groups/js/widget-groups.js', array('jquery', 'jquery-livequery-pack') );
     16            wp_enqueue_script( 'groups_widget_groups_list-js', BP_PLUGIN_URL . '/bp-groups/js/widget-groups.js', array('jquery') );
    1717    }
    1818
Note: See TracChangeset for help on using the changeset viewer.