This commit is contained in:
Liang Ding 2014-11-17 14:49:03 +08:00
parent 0315c04af8
commit 3d4eaa6cea
1 changed files with 3 additions and 0 deletions

View File

@ -527,6 +527,9 @@ var wide = {
$workspace.data("value", $workspace.val());
$password.data("value", $password.val());
$locale.data("value", $locale.val());
var $okBtn = $("#dialogPreference").closest(".dialog-main").find(".dialog-footer > button:eq(0)");
$okBtn.prop("disabled", true);
}
});
}