Skip to content

Commit

Permalink
Merge pull request #2046 from Automattic/release/1.34.3
Browse files Browse the repository at this point in the history
Release 1.34.3
  • Loading branch information
jom authored Aug 10, 2020
2 parents 5ddf91f + 1d0b889 commit cdd9a07
Show file tree
Hide file tree
Showing 17 changed files with 11,593 additions and 9,891 deletions.
2 changes: 1 addition & 1 deletion assets/js/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jQuery(document).ready(function($) {

jQuery(document).ready(function($) {
var taxonomy = 'job_listing_type';
$('#' + taxonomy + 'checklist li :radio, #' + taxonomy + 'checklist-pop :radio').live( 'click', function(){
$('#' + taxonomy + 'checklist li :radio, #' + taxonomy + 'checklist-pop :radio').on( 'click', function(){
var t = $(this), c = t.is(':checked'), id = t.val();
$('#' + taxonomy + 'checklist li :radio, #' + taxonomy + 'checklist-pop :radio').prop('checked',false);
$('#in-' + taxonomy + '-' + id + ', #in-popular-' + taxonomy + '-' + id).prop( 'checked', c );
Expand Down
2 changes: 1 addition & 1 deletion assets/js/admin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/js/ajax-file-upload.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cdd9a07

Please sign in to comment.