diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/oxfordshire/assets.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/cobrands/oxfordshire/assets.js b/web/cobrands/oxfordshire/assets.js index 46357b061..28cffc04c 100644 --- a/web/cobrands/oxfordshire/assets.js +++ b/web/cobrands/oxfordshire/assets.js @@ -1,7 +1,6 @@ (function(){ function disable_form(disable) { - $('#post_category_details_form').toggle(!disable); - $('#private_form').toggle(!disable); + $('.js-hide-if-invalid-category').toggle(!disable); } function check_rights_of_way() { |