Reminder not to code before or after midnight

This commit is contained in:
Izaya 2017-05-14 22:32:15 +10:00
parent bcbea6facd
commit a138a02d61
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
do
function b64(data)
return component.invoke(component.list("data")(),"encode64",data)
end
function ub64(data)
return component.invoke(component.list("data")(),"decode64",data)
end