This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
cryptpad
mirror of
https://github.com/xwiki-labs/cryptpad
Watch
1
Star
0
Fork
You've already forked cryptpad
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a328dc6c08
Branches
Tags
No results found.
cryptpad
/
www
/
common
/
loading.js
4 lines
75 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix loading screen in login and register
2018-04-19 20:21:26 +08:00
require
(
[
'/customize/loading.js'
]
,
function
(
Loading
)
{
Loading
(
)
;
drop 'loading' text from loading screen
2017-08-30 00:15:40 +08:00
}
)
;