Remove the logo from the filepicker loading screen
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
body #loading .loadingContainer {
|
||||
margin-top: 35vh;
|
||||
}
|
||||
body #loading .cryptofist {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="cp-app-filepicker" style="background: transparent;">
|
||||
|
||||
@@ -161,7 +161,7 @@ define([
|
||||
|
||||
nThen(function (waitFor) {
|
||||
$(waitFor(function () {
|
||||
Cryptpad.addLoadingScreen(null, true);
|
||||
Cryptpad.addLoadingScreen({hideTips: true, hideLogo: true});
|
||||
}));
|
||||
SFCommon.create(waitFor(function (c) { APP.common = common = c; }));
|
||||
}).nThen(function (/*waitFor*/) {
|
||||
|
||||
Reference in New Issue
Block a user