mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Merge branch 'staging' into linked-doc
This commit is contained in:
commit
2b21aceb82
@ -230,7 +230,7 @@ define([
|
||||
return Config.httpUnsafeOrigin;
|
||||
};
|
||||
let getBlobClient = (cb) => {
|
||||
chan.send('GET_BLOB', obj => {
|
||||
chan.send('GET_BLOB', {}, obj => {
|
||||
if (obj?.error) { console.error(obj?.error); }
|
||||
cb(obj?.blob);
|
||||
});
|
||||
|
||||
@ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
<title data-localization="main_title">CryptPad: Collaboration suite, encrypted and open-source</title>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<script async data-main="main" src="/components/requirejs/require.js?ver=2.3.7"></script>
|
||||
<script async data-main="/logout/main.js" src="/components/requirejs/require.js?ver=2.3.7"></script>
|
||||
<link rel="icon" type="image/png" href="/customize/favicon/main-favicon.png" id="favicon"/>
|
||||
</head>
|
||||
<body class="html">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user