Skip to content

Commit defaab0

Browse files
author
Maxofil
committed
js fix
1 parent a2ef13f commit defaab0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

assets/genericDropdown.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
$(el).find('select[name ="genericDropdown"]').change(function (event) {
2-
$(this).closest('form').netteAjax(event);
1+
refreshPlugins.push(function(el) {
2+
$(el).find('select[name ="genericDropdown"]').change(function (event) {
3+
$(this).closest('form').netteAjax(event);
4+
});
35
});

0 commit comments

Comments
 (0)