mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Pleasing codacy
This commit is contained in:
@@ -69,7 +69,7 @@ $(document).ready(function() {
|
||||
"scrollY": "200px",
|
||||
"scrollX" : true
|
||||
});
|
||||
$('#leaseexpand').on( "click", function () {
|
||||
$("#leaseexpand").on( "click", function () {
|
||||
setTimeout(function(){leasetable.draw();},100);
|
||||
} );
|
||||
}
|
||||
@@ -84,6 +84,6 @@ $(function(){
|
||||
|
||||
// DHCP leases tooltips
|
||||
$(document).ready(function(){
|
||||
$('[data-toggle="tooltip"]').tooltip({"html": true, container : 'body'});
|
||||
$("[data-toggle="tooltip"]").tooltip({"html": true, container : 'body'});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user