jwalck 2010-05-17 04:52:27 +00:00 committed by Joey Hess
parent 7cae295124
commit 744919eba0
1 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,8 @@ FWIW, it is possible for a plugin like this to add javascript to pages that
are protected by htmlscrubber. Just return a token in your preprocess hook,
and then have a format hook that replaces the token with the javascript.
--[[Joey]]
> Thanks, That's good to know. I'll try to continue the development of this
> plugin later, for now I just needed it to work. :) It will most likely
> evolve as my page does too.
> --[[jaywalk]]