This website works better with JavaScript.
Explore
Register
Sign In
rosedahl
/
openpower.foundation
forked from
website/openpower.foundation
Watch
2
Star
1
Fork
You've already forked openpower.foundation
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
823ac0a483
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