maloja/maloja/web/static/js
FoxxMD 1e3c6597d4 Lazy load tile and entity background images
CSS 'background-image:url' causes the browser to synchronously load images which prevents DOM from fully loading.
Replace this with lazyload.js to make
   * js load style=background-image... after DOM is loaded and
   * only load images in viewport

The end result is much faster *apparent* page loads as all DOM is loaded before images and a reduction in load for both client/server as images are only loaded if they become visible.
2023-03-16 15:01:54 -04:00
..
cookies.js Removed non-jinja support 2020-08-30 19:02:48 +02:00
datechange.js Removed non-jinja support 2020-08-30 19:02:48 +02:00
edit.js Bandaid for entity editing in Firefox, fix GH-188, GH-175 2023-02-25 22:18:57 +01:00
lazyload17-8-2.min.js Lazy load tile and entity background images 2023-03-16 15:01:54 -04:00
manualscrobble.js Fixed search response failure for manual scrobbling 2023-03-07 11:04:53 +11:00
neopolitan.js Removed non-jinja support 2020-08-30 19:02:48 +02:00
notifications.js Added descriptions to API return dicts 2022-04-22 18:36:06 +02:00
rangeselect.js Fixed bug in pulse / performance display when no local preference set 2020-09-25 04:09:31 +02:00
search.js Sanitize artists and tracks in search results, GH-167 2022-10-13 18:06:02 +02:00
upload.js Removed non-jinja support 2020-08-30 19:02:48 +02:00