CCK only - not part of build
Validation of exension info was bad
This commit is contained in:
mkaply%us.ibm.com 2006-05-19 16:20:23 +00:00
Родитель e318982cf2
Коммит 5c27151db4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2359,7 +2359,7 @@ function Validate(field, message)
for (var i=0; i < arguments.length; i+=2) {
/* special case ID */
if (document.getElementById(arguments[i] = "id")) {
if (document.getElementById(arguments[i]).id == "id") {
if (!gIDTest.test(document.getElementById(arguments[i]).value)) {
var bundle = document.getElementById("bundle_cckwizard");
gPromptService.alert(window, bundle.getString("windowTitle"), arguments[i+1]);