In the "galleria-fs.php" file, you have an error that cause the crash of the plugin in IE7, and maybe other browser (not tested):
Delete the comma at the line 728:
from $this->json .= "],\n";
to $this->json .= "]\n";
bye!
In the "galleria-fs.php" file, you have an error that cause the crash of the plugin in IE7, and maybe other browser (not tested):
Delete the comma at the line 728:
from $this->json .= "],\n";
to $this->json .= "]\n";
bye!
I think that comma can be deleted from only from the last item in array. Anyway 0.5.4 should fix this.
You must log in to post.