There's also a rework of the Contact widget which did not work since the switch to React. The difference is that jQuery auto-executes the <script> tags when filling a element with AJAX data, while React does not. As a consequence simple widgets can't use Javascript, they need to be written in React for that.
The Contact widget uses javascript to display the user's local time and refresh it every second.
Fixes #442
There's also a rework of the Contact widget which did not work since the switch to React. The difference is that jQuery auto-executes the
<script>tags when filling a element with AJAX data, while React does not. As a consequence simple widgets can't use Javascript, they need to be written in React for that.The Contact widget uses javascript to display the user's local time and refresh it every second.