feat(webui): the circuit override #2335
@ -1897,7 +1897,11 @@ function doSaveConfigStringArray(id) {
 | 
			
		||||
        url: "/custom/setConfig?" + window.authz + "&wsid=" + wsid,
 | 
			
		||||
        contentType: "application/json",
 | 
			
		||||
        data: JSON.stringify({
 | 
			
		||||
            [id]: document.getElementById(id).getAttribute("data-tags-value").split(", ").filter(x => x)
 | 
			
		||||
            [id]: document
 | 
			
		||||
                .getElementById(id)
 | 
			
		||||
                .getAttribute("data-tags-value")
 | 
			
		||||
                .split(", ")
 | 
			
		||||
                .filter(x => x)
 | 
			
		||||
        })
 | 
			
		||||
    });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user