diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index f8b02d1e..f3bb51ba 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -911,12 +911,8 @@ $(document).ready(function(){ items.push( "" + item.COL_TIME_ON + "" + item.COL_CALL + "" + item.COL_MODE + "" + item.COL_BAND + "" ); } }); - - $( "", { - "class": "my-new-list", - html: items.join( "" ) - }).appendTo( "body" ); + $("#grid_results tbody").empty(); $("#grid_results tbody").append(items.join( "" )); });