Javascript workaround

| geek

Scone interferes with some of the AJAX goodness I use. I think this is
because it overrides the onLoad event. BodyEventAdder is supposed to
recognize parameters, but the Google Maps plugin uses Javascript and
addCodeToFunction to add the code, and somehow that’s not getting picked up.

Aha! Workaround: override the function that ym4r was using to insert
the Google Maps code and get it to write out a named Javascript
function instead. Add this named function to the body tag. Everyone happy.

Yay!

I also have to figure out how to get it to log AJAX events. I can
reconstruct it from the processed requests if I have to, I guess…

Random Emacs symbol: read-symbol-positions-list – Variable: A list mapping read symbols to their positions.

You can comment with Disqus or you can e-mail me at sacha@sachachua.com.