mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'soon' of github.com:xwiki-labs/cryptpad into soon
This commit is contained in:
commit
aaba903123
@ -254,6 +254,10 @@ button:not(.btn).primary:hover{
|
||||
background-color: rgb(52, 118, 162);
|
||||
}
|
||||
|
||||
nav {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
*/}).toString().slice(14, -3);
|
||||
var urlArgs = window.location.href.replace(/^.*\?([^\?]*)$/, function (all, x) { return x; });
|
||||
var elem = document.createElement('div');
|
||||
|
||||
@ -2552,7 +2552,7 @@ define([
|
||||
|
||||
var block = h('div#cp-loading-burn-after-reading', [
|
||||
info,
|
||||
button
|
||||
h('nav', button),
|
||||
]);
|
||||
UI.errorLoadingScreen(block);
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user