Hi All,
I attempting to add a simple AJAX link on my app, using the following code:
= link_to_remote "Vote Up", :url => votes_url(foo, :canvas =>
false), :update => "vote_#{dom_id(foo)}"
Unfortunately, this results in the following JavaScript error:
ln 74 on facebook''s converted facebooker.js:
a16056494085_options[idx("parameters")] has no properties
a16056494085_pairs=a16056494085_options[idx(''parameters'')].split(''&'');
Any ideas? Do I have to do anything else special for link_to_remote (other than
:canvas => false)?
Thanks in advance!
Jordan Isip
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://rubyforge.org/pipermail/facebooker-talk/attachments/20080606/efe088ee/attachment.html>