Changeset 22501
- Timestamp:
- 11/09/2012 11:30:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-views.js
r22494 r22501 1626 1626 1627 1627 click: function( event ) { 1628 event.preventDefault(); 1628 if ( '#' === this.attributes.href ) 1629 event.preventDefault(); 1630 1629 1631 if ( this.options.click && ! this.model.get('disabled') ) 1630 1632 this.options.click.apply( this, arguments );
Note: See TracChangeset
for help on using the changeset viewer.