2ffbe91234
previously fullscreen.php tried to load any javascript files that were running in the popup's parent. If the source of the script didn't start with "http:" it was assumed that it must be a relative path. This caused problems when it tried to make it into an absolute path. Fixed Regex to include support for https Credit: Peter Bulmer <peterb@catalyst.net.nz>