1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 15:23:05 +00:00

update sdoc version

This commit is contained in:
杨顺强 2023-04-12 15:39:38 +08:00
parent 979da57868
commit 59cd21d993
2 changed files with 3 additions and 3 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.4" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}seafile-editor/main.css?version=0.1.5" />
{% 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>
@ -69,7 +69,7 @@
}
}
</script>
<script src="{{ MEDIA_URL }}seafile-editor/main.js?version=0.1.4"></script>
<script src="{{ MEDIA_URL }}seafile-editor/main.js?version=0.1.5"></script>
<script src="{{ STATIC_URL }}scripts/i18n/{{ LANGUAGE_CODE }}/djangojs.js?v={{ seafile_version }}"></script>
</body>
</html>