From 14cf8d8c2ae647c0eb2915ac497485ee45ff78ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Mon, 6 May 2024 17:52:41 +0200 Subject: [PATCH] re-adding add button --- .../wwwroot/customers/customers.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.js b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.js index 96ba326..345ee46 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.js +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/customers/customers.js @@ -29,6 +29,12 @@ function display() + ''; }); + document.getElementById('resultarea').innerHTML += + '' + + '' + + 'Add new' + + '' + + ''; } function addcustomer()