pk:8080 is the galaxy frame. Here is the offending code:
jQuery( function() {
$("iframe#galaxy_main").load( function() {
$(this).contents().find("form").each( function() {
What is this? And is there some way to work around it?
On chrome it doesn't appear to cause any problem, however on FF it causes the js to abort in both frames, preventing the data source callback.
b.c.