From d65d24b610c94d56b2cf973409c2732757b0110f Mon Sep 17 00:00:00 2001 From: julmis Date: Sat, 5 Jun 2004 14:38:24 +0000 Subject: [PATCH] Let's use full path for that secure connection fix. --- lib/editor/htmlarea.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/editor/htmlarea.php b/lib/editor/htmlarea.php index a3bf6aa001..000041ee4e 100644 --- a/lib/editor/htmlarea.php +++ b/lib/editor/htmlarea.php @@ -702,7 +702,7 @@ HTMLArea.prototype.generate = function () { if (HTMLArea.is_ie) { // http://moodle.org/mod/forum/discuss.php?d=8555 // tricky! set src to local url to turn off SSL security alert - iframe.src = this.config.popupURL+"blank.html"; + iframe.src = _editor_url + this.config.popupURL+"blank.html"; } htmlarea.appendChild(iframe); -- 2.39.5