Skip to content

Commit c68a7c8

Browse files
author
Maxofil
committed
js for gd
1 parent 2dbcbd2 commit c68a7c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

genericDropdown.js

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

0 commit comments

Comments
 (0)