зеркало из https://github.com/mozilla/pjs.git
Bug 330140: Disable going back after the calendar was really created. patch by robin.edrenius@gmail.com, r=mvl
This commit is contained in:
Родитель
41d54c6f47
Коммит
23777fbdf0
|
@ -136,3 +136,7 @@ function checkURL() {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
function setCanRewindFalse() {
|
||||
document.getElementById('calendar-wizard').canRewind = false;
|
||||
}
|
||||
|
|
|
@ -142,7 +142,8 @@
|
|||
|
||||
<wizardpage pageid="finishPage"
|
||||
description="&finishpage.shortdescription;"
|
||||
label="&wizard.label;">
|
||||
label="&wizard.label;"
|
||||
onpageshow="setCanRewindFalse();">
|
||||
<description>&finishpage.longdescription;</description>
|
||||
</wizardpage>
|
||||
</wizard>
|
||||
|
|
Загрузка…
Ссылка в новой задаче