fix submitting calendar entry when javascript turned off

This commit is contained in:
skeeter 2000-12-08 05:08:49 +00:00
parent 38dd22bc40
commit 64bf029080
2 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,7 @@ function validate_and_submit() {
<!-- BEGIN edit_entry_end -->
</table>
<input type="button" value="{submit_button}" onClick="validate_and_submit();">
<!-- <noscript><input type="button" value="{submit_button}"></noscript> -->
<noscript><input type="submit" value="{submit_button}"></noscript>
</form>
{delete_button}

View File

@ -7,6 +7,7 @@
- Fixed repeating entries Month select box.
- Fixed calendar week selector starting on Monday on footer.
- Fixed buggy calendar saving when no groups are selected with group access.
- Fixed submitting of calendar entry when javascript turned off.
[0.9.7] - Fixed SQL error in tts
- Fixed table locking in admin -> edit account