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:
parent
0cf313d564
commit
f9f870b575
@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user