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:
mvl%exedo.nl
2005-07-22 17:49:36 +00:00
parent 67a78e95ee
commit 908d1442f6

View File

@@ -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;
}