Talk:User Action - Ajax Patterns

Talk:User Action

From Ajax Patterns

I tried editing the page, but it appears to be locked. Anyway, in the "Solutions" section, the portable event code should read:

function shutdown(ev) {
 ev = window.event || ev;
 ....
}