mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-05-01 07:51:09 -05:00
4 lines
99 B
JavaScript
4 lines
99 B
JavaScript
window.onload = function() {
|
|
myHeight = new fx.Height('nav', {duration: 400});
|
|
myHeight.hide();
|
|
} |