I'm using russian version of facebook script:
<script src='http://connect.facebook.net/ru_RU/all.js'></script>
<div id='fb-root'></div>
For some reason, I started to observe errors on our web site, it is happening in facebook script:
Uncaught SyntaxError: Unexpected token / in all.js:7
obviously when I click share, FB is not defined
Important: I also tryed with en_US version of script, and it is working fine
screen shot included