mirror of
https://github.com/swissmakers/wireguard-manager.git
synced 2026-04-09 04:37:08 +02:00
Fix doubled tags on reload (#277)
This commit is contained in:
@@ -199,6 +199,7 @@ Global Settings
|
||||
|
||||
// Load DNS server to the form
|
||||
{{range .globalSettings.DNSServers}}
|
||||
$("#dns_servers").removeTag('{{.}}');
|
||||
$("#dns_servers").addTag('{{.}}');
|
||||
{{end}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user