From: moodler Date: Tue, 25 May 2004 02:19:46 +0000 (+0000) Subject: SHouldn;t effect anything, but it seemed to fix bug 1455 - wierd X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b9bab4d4f40b00b551f3d3cb1c4522352381d564;p=moodle.git SHouldn;t effect anything, but it seemed to fix bug 1455 - wierd --- diff --git a/lib/editor/popups/link_std.php b/lib/editor/popups/link_std.php index 31165946ba..1d3d3706ca 100644 --- a/lib/editor/popups/link_std.php +++ b/lib/editor/popups/link_std.php @@ -74,8 +74,9 @@ function onOK() { var el = document.getElementById(id); param[id] = el.value; } - if (param.f_target == "_other") + if (param.f_target == "_other") { param.f_target = document.getElementById("f_other_target").value; + } __dlg_close(param); return false; };