Pleasing codacy

This commit is contained in:
DL6ER
2016-12-29 18:53:22 +00:00
parent cf2e3ddac0
commit 4137c0ff3d
+1 -1
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);
} );
}