Closed adamkiss closed 13 years ago
Y NO USE MINE?
Adam, the fix didn't work, it was throwing a javascript error:
"Uncaught ReferenceError: $from is not defined" ProcessPageList.js line 613
because that $from var needed to be defined in order for the code following it to work.
But it did help lead to the fix, which is in the latest commit. So thanks for helping to track this one down. I ended up moving the $from to the top of the function and removing it's ID attribute at the bottom of it.
Yeah, I realized that later :)
This was no brainer: we removed ID and we checked for the existence of said ID after that. I just moved it after the check for ID. It's just that nobody did it for a year.
More info in the commit (really, no brainer.)