]> git.mjollnir.org Git - moodle.git/commit
Merged from MOODLE_17_STABLE:
authormjollnir_ <mjollnir_>
Mon, 9 Apr 2007 20:40:22 +0000 (20:40 +0000)
committermjollnir_ <mjollnir_>
Mon, 9 Apr 2007 20:40:22 +0000 (20:40 +0000)
commit64aea3f0556e1dcf85268163c1e69b9de51999e0
treec88176230d0b539092908ebd9ba052877cdbb814
parentafe413989b97b53c36e22775e5cbc4d3b5a009cc
Merged from MOODLE_17_STABLE:

add support for https source for popups

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>
lib/editor/htmlarea/popups/fullscreen.php