зеркало из https://github.com/mozilla/pjs.git
CCK only - not part of build Validation of exension info was bad
This commit is contained in:
Родитель
e318982cf2
Коммит
5c27151db4
|
@ -2359,7 +2359,7 @@ function Validate(field, message)
|
||||||
|
|
||||||
for (var i=0; i < arguments.length; i+=2) {
|
for (var i=0; i < arguments.length; i+=2) {
|
||||||
/* special case ID */
|
/* special case ID */
|
||||||
if (document.getElementById(arguments[i] = "id")) {
|
if (document.getElementById(arguments[i]).id == "id") {
|
||||||
if (!gIDTest.test(document.getElementById(arguments[i]).value)) {
|
if (!gIDTest.test(document.getElementById(arguments[i]).value)) {
|
||||||
var bundle = document.getElementById("bundle_cckwizard");
|
var bundle = document.getElementById("bundle_cckwizard");
|
||||||
gPromptService.alert(window, bundle.getString("windowTitle"), arguments[i+1]);
|
gPromptService.alert(window, bundle.getString("windowTitle"), arguments[i+1]);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче