]> git.mjollnir.org Git - moodle.git/commitdiff
Let's use full path for that secure connection fix.
authorjulmis <julmis>
Sat, 5 Jun 2004 14:38:24 +0000 (14:38 +0000)
committerjulmis <julmis>
Sat, 5 Jun 2004 14:38:24 +0000 (14:38 +0000)
lib/editor/htmlarea.php

index a3bf6aa001d702d8a3f16a2d806f426c01de9b1d..000041ee4ebd9d6822f5b8fc73fb7731f7097843 100644 (file)
@@ -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);