refresh tooltips when the datatables table is updated
This commit is contained in:
@@ -95,6 +95,11 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// refresh tooltips when the datatables table is updated
|
||||||
|
$('#ports_pane').on('draw.dt', function() {
|
||||||
|
$("[rel=tooltip]").tooltip({live: true});
|
||||||
|
});
|
||||||
|
|
||||||
// activity for admin tasks in device details
|
// activity for admin tasks in device details
|
||||||
$('#details_pane').on('click', '.nd_adminbutton', function(event) {
|
$('#details_pane').on('click', '.nd_adminbutton', function(event) {
|
||||||
// stop form from submitting normally
|
// stop form from submitting normally
|
||||||
|
|||||||
Reference in New Issue
Block a user