I noticed that same thing after reading your email. Thanks so much for
the fix.
On Thu, Oct 30, 2008 at 8:27 AM, David Crockett
<idavidcrockett at gmail.com> wrote:> Hello,
>
> I woke up this morning and found that all of my JS stopped working last
> night. To get things working again I had to change facebooker.js from
this:
>
> function $(element) {
> if (typeof element == "string") {
> element=document.getElementById(element);
> }
> if (element)
> extend_instance(element,Element);
> return element;
> }
>
> to this:
>
> function $(element) {
> return document.getElementById(element);;
> }
>
> has anyone else observed FBJS problems today?
>
> Best,
> David Crockett
> _______________________________________________
> Facebooker-talk mailing list
> Facebooker-talk at rubyforge.org
> http://rubyforge.org/mailman/listinfo/facebooker-talk
>
--
Zhao