1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-29 00:27:37 +00:00

[dist] frontend

This commit is contained in:
ilearnit
2018-09-01 11:42:25 +08:00
parent 31461b0040
commit 1d2d59c091
8 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ const seafileCollabServer = window.app.config.seafileCollabServer;
const userInfo = window.app.userInfo;
// init seafileAPI
let seafileAPI = new SeafileAPI();
let xcsrfHeaders = cookie.load('csrftoken');
let xcsrfHeaders = cookie.load('sfcsrftoken');
seafileAPI.initForSeahubUsage({ siteRoot, xcsrfHeaders });
function getImageFileNameWithTimestamp() {