From 026cf1a51a07510aa2a28e3366b9a488956fad6b Mon Sep 17 00:00:00 2001 From: Lukas-Heiligenbrunner Date: Mon, 10 Feb 2020 11:32:09 +0100 Subject: [PATCH] added this to reload table --- src/resources/wwwroot/js/dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/wwwroot/js/dashboard.js b/src/resources/wwwroot/js/dashboard.js index 0c28b79..05e8a28 100644 --- a/src/resources/wwwroot/js/dashboard.js +++ b/src/resources/wwwroot/js/dashboard.js @@ -60,7 +60,7 @@ class Dashboard { console.log('Popup closed. ') }); - reloadtable(); + this.reloadtable(); } else if (data.status == "exists") { Swal.fire({ type: "warning",