This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
filesafe
Watch
1
Star
0
Fork
0
You've already forked filesafe
mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced
2024-12-15 08:56:21 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d4b6933891
filesafe
/
public
/
js
/
album.js
8 lines
103 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Updates * Added globals.v3 to _globals.njk, which will be used for CSS/JS files of libs (bulma, lazyload, etc.). globals.v1 will now only be used for lolisafe's JS and CSS files. Since CSS/JS files of libs receive much less updates than lolisafe's (mainly since I push updates a lot), this will decrease the amount of files that users need to re-fetch on every updates. * Added public/js/album.js which will be used by album.njk (albums public link). I'm going to disable inline scripts in safe.fiery.me. * Better FAQ. Some points will now dynamically changes depending on the settings you have in your config.js. It's not perfect but certainly much better than before.
2018-05-12 16:34:19 +00:00
/* global LazyLoad */
Initial commit at browser-ecma6 branch This commit is intended to downgrade codes in JS files used for browser to increase browsers compatibility. This branch is still experimental and may require much more testing.
2018-07-14 03:42:18 +00:00
var
page
=
{
}
Updates * Added globals.v3 to _globals.njk, which will be used for CSS/JS files of libs (bulma, lazyload, etc.). globals.v1 will now only be used for lolisafe's JS and CSS files. Since CSS/JS files of libs receive much less updates than lolisafe's (mainly since I push updates a lot), this will decrease the amount of files that users need to re-fetch on every updates. * Added public/js/album.js which will be used by album.njk (albums public link). I'm going to disable inline scripts in safe.fiery.me. * Better FAQ. Some points will now dynamically changes depending on the settings you have in your config.js. It's not perfect but certainly much better than before.
2018-05-12 16:34:19 +00:00
Initial commit at browser-ecma6 branch This commit is intended to downgrade codes in JS files used for browser to increase browsers compatibility. This branch is still experimental and may require much more testing.
2018-07-14 03:42:18 +00:00
window
.
onload
=
function
(
)
{
Updates * Added globals.v3 to _globals.njk, which will be used for CSS/JS files of libs (bulma, lazyload, etc.). globals.v1 will now only be used for lolisafe's JS and CSS files. Since CSS/JS files of libs receive much less updates than lolisafe's (mainly since I push updates a lot), this will decrease the amount of files that users need to re-fetch on every updates. * Added public/js/album.js which will be used by album.njk (albums public link). I'm going to disable inline scripts in safe.fiery.me. * Better FAQ. Some points will now dynamically changes depending on the settings you have in your config.js. It's not perfect but certainly much better than before.
2018-05-12 16:34:19 +00:00
page
.
lazyLoad
=
new
LazyLoad
(
)
}
Reference in New Issue
Copy Permalink