Skip to content

Commit 8884abe

Browse files
committed
firewall: diagnostics: aliases: cleanup leftover event binding
1 parent 7121dc4 commit 8884abe

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/opnsense/mvc/app/views/OPNsense/Firewall/alias_util.volt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@
3232
}
3333
});
3434
grid.on('loaded.rs.jquery.bootgrid', function () {
35-
grid.find('.delete-ip').on('click', function (e) {
36-
e.stopPropagation();
37-
ajaxCall(
38-
'/api/firewall/alias_util/delete/' + $('#tablename').val(),
39-
{'address': $(this).data('row-id')},
40-
function () {
41-
$('#alias_content').bootgrid('reload');
42-
});
43-
});
4435
// header labels
4536
$("span.fa-long-arrow-right").attr('title', "{{lang._('in')}}").tooltip();
4637
$("span.fa-long-arrow-left").attr('title', "{{lang._('out')}}").tooltip();

0 commit comments

Comments
 (0)