Reminder not to code before or after midnight
This commit is contained in:
parent
bcbea6facd
commit
a138a02d61
@ -1,8 +1,6 @@
|
|||||||
do
|
|
||||||
function b64(data)
|
function b64(data)
|
||||||
return component.invoke(component.list("data")(),"encode64",data)
|
return component.invoke(component.list("data")(),"encode64",data)
|
||||||
end
|
end
|
||||||
|
|
||||||
function ub64(data)
|
function ub64(data)
|
||||||
return component.invoke(component.list("data")(),"decode64",data)
|
return component.invoke(component.list("data")(),"decode64",data)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user