Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* l10n.js is doing locale detection already, so
we shouldn't interfere but help it do its job
* this should also fix the ?lang embed parameter
* Set language from cookie on page init for l10n
to load the right translation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the app title is inserted into the <title> of all tepmlates
|
|
feature/frontend-tests
|
|
|
|
|
|
feature/frontend-tests
|
|
Add LibreJS Licensing information to headers of HTML templates
|
|
…irector
Two links were absolute ("/static/...") instead of relative
("../static"). The image was not loaded with sites behind reverse
proxies and subdirectory.
|
|
|
|
|
|
There is virtually no shared code for the client, extract it into its own
module and do away with the switches.
|
|
|
|
Display errors occuring on page load to the user.
|
|
Add a documentReady client hook
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/templates/pad.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make content available and allow scrolling
|