Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9338644
constants.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
525 B
Subscribers
None
constants.js
View Options
/**
* Copyright (C) 2019 The Software Heritage developers
* See the AUTHORS file at the top-level directory of this distribution
* License: GNU Affero General Public License version 3, or any later version
* See top-level LICENSE file for more information
*/
import
{
staticAsset
}
from
'utils/functions'
;
// Constants defining Bootstrap Breakpoints
export
const
BREAKPOINT_SM
=
768
;
export
const
BREAKPOINT_MD
=
992
;
export
const
BREAKPOINT_LG
=
1200
;
export
const
swhSpinnerSrc
=
staticAsset
(
'img/swh-spinner.gif'
);
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Jul 4 2025, 9:00 AM (6 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3368348
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment