mirror of
https://github.com/CFC-Servers/cfc_cl_http_whitelist.git
synced 2025-03-04 03:03:18 -05:00
change variable name save -> remove
This commit is contained in:
parent
18ee7d7373
commit
15ebddb711
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user