mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 16:36:21 +00:00
4d7b23bb39
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.
8 lines
103 B
JavaScript
8 lines
103 B
JavaScript
/* global LazyLoad */
|
|
|
|
var page = {}
|
|
|
|
window.onload = function () {
|
|
page.lazyLoad = new LazyLoad()
|
|
}
|