From b9bab4d4f40b00b551f3d3cb1c4522352381d564 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 25 May 2004 02:19:46 +0000 Subject: [PATCH] SHouldn;t effect anything, but it seemed to fix bug 1455 - wierd --- lib/editor/popups/link_std.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }; -- 2.39.5