| Index: chrome/browser/sync/resources/configure.html
|
| ===================================================================
|
| --- chrome/browser/sync/resources/configure.html (revision 71271)
|
| +++ chrome/browser/sync/resources/configure.html (working copy)
|
| @@ -424,10 +424,10 @@
|
| emptyError.style.display = "none";
|
| mismatchError.style.display = "none";
|
|
|
| - if (getRadioCheckedValue() != "explicit") {
|
| + var f = document.getElementById("chooseDataTypesForm");
|
| + if (getRadioCheckedValue() != "explicit" || f.option[0].disabled) {
|
| return true;
|
| }
|
| - var f = document.getElementById("chooseDataTypesForm");
|
| if (f.passphrase.value.length == 0) {
|
| emptyError.style.display = "block";
|
| return false;
|
|
|