Changeset 26514
- Timestamp:
- 12/02/2013 12:54:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r26513 r26514 115 115 this.trigger( 'update' ); 116 116 }, 117 117 118 // Performs a search within the collection 118 119 // @uses RegExp … … 208 209 // Prevent the modal from showing when the user clicks 209 210 // one of the direct action buttons 210 if ( $( event.target ).is( '.theme-actions a , .delete-theme' ) ) {211 if ( $( event.target ).is( '.theme-actions a' ) ) { 211 212 return; 212 213 }
Note: See TracChangeset
for help on using the changeset viewer.