diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/assets/javascripts/bootstrap/studip_helper_attributes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/javascripts/bootstrap/studip_helper_attributes.js b/resources/assets/javascripts/bootstrap/studip_helper_attributes.js index 6566a3d..26cdd9c 100644 --- a/resources/assets/javascripts/bootstrap/studip_helper_attributes.js +++ b/resources/assets/javascripts/bootstrap/studip_helper_attributes.js @@ -46,7 +46,7 @@ $(document).on('change', proxy_elements_selector, function (event, force) { const event = new Event('change'); element.dispatchEvent(event); - if (element.matches('[data-proxyfor]')) { + if (element.matches('[data-proxyfor],[data-activates],[data-deactivates],[data-hides],[data-shows]')) { $(element).trigger('change', [true]); } }); |
