This website works better with JavaScript.
Explore
Register
Sign In
website
/
openpower.foundation
Watch
16
Star
2
Fork
You've already forked openpower.foundation
10
Code
Issues
9
Pull Requests
Releases
Wiki
Activity
e9dc95f61c
openpower.foundation
/
themes
/
openpowerfoundation
/
static
/
js
/
preload.js
2 lines
97 B
JavaScript
Raw
Blame
History
$
(
window
)
.
on
(
"load"
,
function
(
)
{
$
(
'#preloader'
)
.
fadeOut
(
'slow'
,
function
(
)
{
$
(
this
)
.
remove
(
)
;
}
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink