mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-05 00:49:00 +02:00
Added BLUR function
This commit is contained in:
@ -15,6 +15,7 @@ func RegisterLib(ns core.Namespace) error {
|
||||
"ATTR_GET": AttributeGet,
|
||||
"ATTR_REMOVE": AttributeRemove,
|
||||
"ATTR_SET": AttributeSet,
|
||||
"BLUR": Blur,
|
||||
"COOKIE_DEL": CookieDel,
|
||||
"COOKIE_GET": CookieGet,
|
||||
"COOKIE_SET": CookieSet,
|
||||
|
Reference in New Issue
Block a user