diff --git a/docs/credits.txt b/docs/credits.txt index e6b928d1b..8a5732cd0 100644 --- a/docs/credits.txt +++ b/docs/credits.txt @@ -12,7 +12,10 @@ Contributing Developers..............Peter Beardsley / Appropriate Solutions, In Richard Clark Doug Collinge Flavio Curti - Frank Dillon + Jeff Depons / Web Den Interactive + Frank Dillon / Web Den Interactive + Junying Du / Web Den Interactive + Greg Fast / Web Den Interactive Chris Gebhardt / OpenServe Andy Grundman Koen de Jonge / ProcoliX @@ -21,6 +24,7 @@ Contributing Developers..............Peter Beardsley / Appropriate Solutions, In Tavis Parker / ParkerOne Consulting Daniel Quinlan Jeff Szpak / Plain Black LLC + Sean Tu / Web Den Interactive Contributing Translators.............Andreas Ljunggren Joeri de Bruin / ProcoliX diff --git a/www/extras/calendar.html b/www/extras/calendar.html index bc126d6a5..240ced07c 100644 --- a/www/extras/calendar.html +++ b/www/extras/calendar.html @@ -194,6 +194,7 @@ function returnDate(inDay) { } if (day != " ") { dateField.value = month + "/" + day + "/" + year; + dateField.focus(); window.close() } }