From 73108f7f21904a7afe0cc1829f1b80d84fb04555 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 10 Jan 2024 03:52:23 +0800 Subject: [PATCH] Fix updateSearchList js error (#524) --- templates/base.html | 3 --- templates/clients.html | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index ab086e1..0c2b9ee 100644 --- a/templates/base.html +++ b/templates/base.html @@ -396,8 +396,6 @@ toastr.options.positionClass = 'toast-top-right-fix'; updateApplyConfigVisibility() - // from clients.html - updateSearchList() }); @@ -435,7 +433,6 @@ } }); } - // populateClient function for render new client info // on the client page. diff --git a/templates/clients.html b/templates/clients.html index cf11e0a..8c24d4e 100644 --- a/templates/clients.html +++ b/templates/clients.html @@ -391,11 +391,12 @@ Wireguard Clients ); }); }); -} + }