From c647d5818c3fe4e7353e427349772d51ff035abc Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 16 Jan 2012 18:16:39 +0100 Subject: [PATCH] Changed installation URL into

@Luzifr: JavaScript relies on the ID, not the tag so you can exchange it any time (changing it into an input-field would require further work) --- wcfsetup/setup/template/stepSearchWcfDir.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wcfsetup/setup/template/stepSearchWcfDir.tpl b/wcfsetup/setup/template/stepSearchWcfDir.tpl index c5e297ebb4..86aba77dd8 100644 --- a/wcfsetup/setup/template/stepSearchWcfDir.tpl +++ b/wcfsetup/setup/template/stepSearchWcfDir.tpl @@ -46,7 +46,7 @@ for (var $i = 0; $i < $relativePathDirs.length; $i++) { if ($relativePathDirs[$i] == '..') { if ($installScriptUrlDirs.length < 1) { - $wcfUrl.val($invalidErrorMessage); + $wcfUrl.html($invalidErrorMessage); return; } @@ -60,7 +60,7 @@ // implode and show result var $result = $domainName; for (var $i = 0; $i < $installScriptUrlDirs.length; $i++) $result += '/' + $installScriptUrlDirs[$i]; - $wcfUrl.val($result); + $wcfUrl.html($result); } function removeEmptyDirParts(dir) { @@ -107,7 +107,7 @@

-- 2.20.1