1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-12 22:49:15 +00:00

update sodc code (#5429)

This commit is contained in:
杨顺强 2023-04-10 15:29:33 +08:00 committed by GitHub
parent a2dc77c674
commit f5ff0578bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -14,7 +14,7 @@
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seafile-ui.css" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub_react.css?t=1398068110" />
<link rel="stylesheet" type="text/css" media="print" href="{{ MEDIA_URL }}css/print_for_md_file_view.css" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}seafile-editor/main.css?version=0.1.2" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}seafile-editor/main.css?version=0.1.3" />
{% if branding_css != '' %}<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}{{ branding_css }}" />{% endif %}
{% if enable_branding_css %}<link rel="stylesheet" type="text/css" href="{% url 'custom_css' %}" />{% endif %}
</head>
@ -35,9 +35,9 @@
pageOptions: {
repoID: '{{ repo.id }}',
repoName: '{{ repo.name|escapejs }}',
filePath: '{{ path|escapejs }}',
fileName: '{{ filename|escapejs }}',
fileUuid: '{{ file_uuid }}',
docPath: '{{ path|escapejs }}',
docName: '{{ filename|escapejs }}',
docUuid: '{{ file_uuid }}',
seadocAccessToken: '{{ seadoc_access_token }}',
seadocServerUrl: '{{ seadoc_server_url }}',
domain: '{{ domain }}',
@ -69,7 +69,7 @@
}
}
</script>
<script src="{{ MEDIA_URL }}seafile-editor/main.js?version=0.1.2"></script>
<script src="{{ MEDIA_URL }}seafile-editor/main.js?version=0.1.3"></script>
<script src="{{ STATIC_URL }}scripts/i18n/{{ LANGUAGE_CODE }}/djangojs.js?v={{ seafile_version }}"></script>
</body>
</html>