Skip to content

Commit

Permalink
Revert "Post merge fixes"
Browse files Browse the repository at this point in the history
This reverts commit eebd6a7.
  • Loading branch information
cproensa authored and dregad committed Apr 16, 2017
1 parent 4dc6c1b commit 629518d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common.js
Expand Up @@ -267,7 +267,7 @@ $(document).ready( function() {
/* Handle standard filter date fields */
$(document).on('change', '.js_switch_date_inputs_trigger', function() {
$(this).closest('table')
.find('input')
.find('select')
.prop('readonly', !$(this).prop('checked'));
});

Expand Down

0 comments on commit 629518d

Please sign in to comment.