Skip to:
Content

BuddyPress.org

Changeset 14230


Ignore:
Timestamp:
07/29/2026 05:03:45 PM (2 months ago)
Author:
dcavins
Message:

Nouveau: Enforce 'strong' passwords (14.0 branch).

Avoid arrow functions in JS.

See #9332.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/14.0/src/bp-templates/bp-nouveau/js/buddypress-nouveau.js

    r14216 r14230  
    860860
    861861                                        // Ensure we override user-profile.js.
    862                                         setTimeout( () => {
     862                                        setTimeout( function() {
    863863                                                $( '#submit' ).prop( 'disabled', true );
    864864                                        }, 1 );
Note: See TracChangeset for help on using the changeset viewer.