Pleasing codacy

This commit is contained in:
DL6ER
2016-12-29 23:34:35 +00:00
parent f0d175255a
commit 65da042c27
+2 -2
View File
@@ -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'});
});