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 d6d4dc8 commit 3172f2aCopy full SHA for 3172f2a
1 file changed
modules/statistiche/js/functions.js
@@ -19,7 +19,7 @@
19
var manager = manager ? manager : undefined;
20
21
function remove_calendar(button) {
22
- var name = $(button).parent().find("input").attr("id");
+ var name = $(button).closest(".input-group").find("input").attr("id");
23
24
if (manager.remove(name)) {
25
$("#group-" + name).remove();
0 commit comments