mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fix for 119992. Always disable the Back button in the last dialog. r=ducarroz, sr=sspitzer.
This commit is contained in:
parent
67a1abc518
commit
39f69d31cd
@ -472,6 +472,8 @@ function ShowImportResultsRaw(title, results, good)
|
||||
nextButton.removeAttribute("disabled");
|
||||
var cancelButton = document.getElementById("cancel");
|
||||
cancelButton.setAttribute("disabled", "true");
|
||||
var backButton = document.getElementById("back");
|
||||
backButton.setAttribute("disabled", "true");
|
||||
|
||||
// If the Local Folder is not existed, create it after successfully
|
||||
// import "mail" and "settings"
|
||||
|
Loading…
Reference in New Issue
Block a user