This website works better with JavaScript.
Explore
Help
Sign In
infra
/
cryptpad
Watch
2
Star
1
Fork
You've already forked cryptpad
0
Code
Issues
Pull Requests
Projects
Releases
1
Activity
90c905827d
cryptpad
/
www
/
common
/
loading.js
4 lines
75 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix loading screen in login and register
7 years ago
require
(
[
'/customize/loading.js'
]
,
function
(
Loading
)
{
Loading
(
)
;
drop 'loading' text from loading screen
7 years ago
}
)
;