From 629518db61ac8fb8e57c17b8f20043b7830f1b4f Mon Sep 17 00:00:00 2001 From: Carlos Proensa Date: Wed, 12 Apr 2017 16:36:40 +0200 Subject: [PATCH] Revert "Post merge fixes" This reverts commit eebd6a740a18cc8727dedbb6e09c5eed5b04df70. --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common.js b/js/common.js index 249f49e254..254d502062 100644 --- a/js/common.js +++ b/js/common.js @@ -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')); });