1
Fork 0
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.
theorangeone.net-legacy/theme/static/src/js/consts.js

7 lines
99 B
JavaScript
Raw Normal View History

2017-01-15 14:54:36 +00:00
'use strict';
2017-01-15 14:53:16 +00:00
module.exports = {
NAVBAR_HEIGHT: $('#main-nav').height(),
SCROLL_SPEED: 750
};