Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/03/2021 04:52:37 AM (3 years ago)
Author:
imath
Message:

Remove calls to deprecated jQuery methods.

Fixes #8438

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/js/confirm.js

    r11665 r12856  
    22/* global BP_Confirm */
    33
    4 jQuery( document ).ready( function() {
     4jQuery( function() {
    55    jQuery( '#buddypress' ).on( 'click', 'a.confirm', function() {
    66        if ( confirm( BP_Confirm.are_you_sure ) ) {
Note: See TracChangeset for help on using the changeset viewer.