This website requires JavaScript.
Explore
Help
Sign in
archive
/
theorangeone.net-legacy
Archived
Watch
1
Fork
You've already forked theorangeone.net-legacy
0
Code
Releases
Packages
Activity
This repository has been archived on
2023-03-26
. You can view files and clone it, but cannot push or open issues or pull requests.
7273c3f4cd
theorangeone.net-legacy
/
theme
/
static
/
src
/
js
/
consts.js
7 lines
99 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix tests
2017-01-15 14:54:36 +00:00
'use strict'
;
cleanup js
2017-01-15 14:53:16 +00:00
module
.
exports
=
{
NAVBAR
_HEIGHT
:
$
(
'#main-nav'
)
.
height
(
)
,
SCROLL
_SPEED
:
750
}
;
Copy permalink