1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +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

@@ -16,7 +16,7 @@ import './css/search.css';
// init seafileAPI
let seafileAPI = new SeafileAPI();
let xcsrfHeaders = cookie.load('csrftoken');
let xcsrfHeaders = cookie.load('sfcsrftoken');
seafileAPI.initForSeahubUsage({ siteRoot, xcsrfHeaders });
class EditorUtilities {