Ticket #40982: 40982.diff
File 40982.diff, 566 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/includes/options.php
100 100 return; 101 101 jQuery('#permalink_structure').val( this.value ); 102 102 }); 103 jQuery( '#permalink_structure').focus(function() {104 jQuery( "#custom_selection").attr('checked', 'checked');103 jQuery( '#permalink_structure' ).on( 'click input', function() { 104 jQuery( '#custom_selection' ).prop( 'checked', true ); 105 105 }); 106 106 }); 107 107 </script>