whitespace change to update to (my own!) review comment
git-svn-id: svn://10.0.0.236/trunk@176449 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -43,7 +43,7 @@ function checkRequired() {
|
||||
for (var i = 0; i < eList.length && canAdvance; ++i) {
|
||||
canAdvance = (eList[i].value != "");
|
||||
}
|
||||
if( canAdvance && document.getElementById("calendar-uri").value )
|
||||
if (canAdvance && document.getElementById("calendar-uri").value)
|
||||
canAdvance = checkURL();
|
||||
document.getElementById('calendar-wizard').canAdvance = canAdvance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user