Changeset 13878 for trunk/src/bp-core/admin/bp-core-admin-functions.php
- Timestamp:
- 06/01/2024 04:26:18 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-functions.php
r13871 r13878 1407 1407 ?> 1408 1408 <script type="text/javascript"> 1409 jQuery( '#menu-to-edit').on( 'click', 'a.item-edit', function () {1409 jQuery( '#menu-to-edit').on( 'click', 'a.item-edit', function () { 1410 1410 var settings = jQuery(this).closest( '.menu-item-bar' ).next( '.menu-item-settings' ); 1411 1411 var css_class = settings.find( '.edit-menu-item-classes' ); … … 1541 1541 ?> 1542 1542 <script type="text/javascript"> 1543 jQuery( document ).ready( function ($) {1544 $( '.row-actions .ham' ).each( function () {1543 jQuery( document ).ready( function ($) { 1544 $( '.row-actions .ham' ).each( function () { 1545 1545 $( this ).closest( 'tr' ).addClass( 'site-spammed' ); 1546 1546 });
Note: See TracChangeset
for help on using the changeset viewer.