mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 00:42:15 +00:00
4b3cf019c3
This happened because of a conflict between HTML forms native submit behaviour (automatically refreshing page) and our javascripts submit onclick functions. Now fixed by setting event.preventDefault() within the js functions. Signed-off-by: cris-technikum <hainberg@technikum-wien.at>