change variable name save -> remove

This commit is contained in:
PLally 2020-10-14 02:15:38 -04:00 committed by pierce
parent 18ee7d7373
commit 15ebddb711

View File

@ -45,8 +45,8 @@ local function populatePanel( form )
list:AddLine( v, "no" )
end
local save = form:Button("Remove")
save.DoClick = function()
local remove = form:Button("Remove")
remove.DoClick = function()
local v = textEntry:GetValue()
if not CFCHTTP.removeAddress( v ) then return end
removeByValue( list, v )