User:1Veertje/flickr2commons

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
$('.new_filename').each(function() {
if (this.value.indexOf('teilnehmer') != '-1' || this.value.indexOf('guests') != '-1'){
  $($( this).parent().parent().parent().parent().parent().find('.form-control')[0]).prop('checked', false);
}
});