Bug 422898 Creation of new local calendar not possible; r=philipp

git-svn-id: svn://10.0.0.236/trunk@247870 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
daniel.boelzle%sun.com 2008-03-14 22:01:12 +00:00
parent 0cf313d564
commit f9f870b575

View File

@ -70,10 +70,12 @@ function checkRequired() {
function onInitialAdvance() {
var type = document.getElementById('calendar-type').selectedItem.value;
var page = document.getElementsByAttribute('pageid', 'initialPage')[0];
if (type == 'local')
if (type == 'local') {
prepareCreateCalendar();
page.next = 'customizePage';
else
} else {
page.next = 'locationPage';
}
}
/**