only added compny remove all other changes

This commit is contained in:
VishalAggarwal2 2023-10-14 15:43:08 +05:30
parent c7fe56252a
commit c3d1a44ecd

View file

@ -1,7 +1,6 @@
function setupSearch() {
var table = document.querySelector( 'table#companies-table' );
varbody = document.getElementsByTagName('body');
body.style.backGround="black";
var searchInput = document.createElement('input');
searchInput.type = 'text';
searchInput.placeholder = 'Search';