ng prototype in the first place (your offered second
> solution) did the trick, so thanks a lot.
>
> Lothar
>
>
> Gesendet: Mittwoch, 12. Februar 2020 um 19:13 Uhr
> Von: "Cezary Biernacki"
> An: "Tapestry users"
> Betreff: Re: T5.5.0-beta-3: docume
nacki"
An: "Tapestry users"
Betreff: Re: T5.5.0-beta-3: document.observe is not a function
Hi,
I don't use T5.5, but probably your code would fail in T5.4 as well.
Tapestry puts JavaScript loading at the end of , as it is a general
best practice for improving page loading time
Hi,
I don't use T5.5, but probably your code would fail in T5.4 as well.
Tapestry puts JavaScript loading at the end of , as it is a general
best practice for improving page loading times.
I would change this in the following way:
---
1. Move JS code to a separate file that works as a module. Put