We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ef13f commit defaab0Copy full SHA for defaab0
assets/genericDropdown.js
@@ -1,3 +1,5 @@
1
-$(el).find('select[name ="genericDropdown"]').change(function (event) {
2
- $(this).closest('form').netteAjax(event);
+refreshPlugins.push(function(el) {
+ $(el).find('select[name ="genericDropdown"]').change(function (event) {
3
+ $(this).closest('form').netteAjax(event);
4
+ });
5
});
0 commit comments