Hi, im getting a javascript error when using coda slider in IE8:
"Expected ']'"
Weird thing is that it only triggers when only. If i use the localhost version of the site, nothing happens.
That line is when using:
echo '<a href="javascript:void(null);" onclick="$.prettyPhoto.open(
[\''.implode('\',\'',$pp['gallery']['link']).'\'],
[\''.implode('\',\'',$pp['gallery']['title']).'\'],
[\''.implode('\',\'',$pp['gallery']['description']).'\']
);">gallery</a>';
any ideas?