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 af303df commit 4996478Copy full SHA for 4996478
1 file changed
modules/impianti/add.php
@@ -70,10 +70,10 @@
70
71
<script type="text/javascript">
72
$(document).ready(function () {
73
- var sub = $('#add-form').find('#sottocategoria_add');
+ var sub = $('#sottocategoria_add');
74
var original = sub.parent().find(".input-group-append button").attr("onclick");
75
76
- $('#add-form').find('#id_categoria').change(function() {
+ $('#id_categoria').change(function() {
77
updateSelectOption("id_categoria", $(this).val());
78
session_set('superselect,id_categoria', $(this).val(), 0);
79
0 commit comments