mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 06:34:40 +00:00
Update version and timestamp
This commit is contained in:
@@ -419,7 +419,7 @@ if 'win32' in sys.platform:
|
||||
fp.write("%d\n" % os.getpid())
|
||||
fp.close()
|
||||
|
||||
SEAFILE_VERSION = '1.8'
|
||||
SEAFILE_VERSION = '2.0'
|
||||
|
||||
# Put here after loading other settings files if `SITE_ROOT` is modified in
|
||||
# other settings files.
|
||||
|
@@ -9,11 +9,11 @@
|
||||
<meta name="keywords" content="{% trans "File Collaboration Team Organization" %}" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/ui-lightness/jquery-ui-1.8.16.custom.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/font-awesome.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1375754100" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/select2.css?t=1375754100" />
|
||||
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1375754100" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1382087880" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/select2.css?t=1382087880" />
|
||||
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1382087880" />
|
||||
<!--[if IE]>
|
||||
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.png?t=1375754100"/>
|
||||
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.png?t=1382087880"/>
|
||||
<![endif]-->
|
||||
{% block extra_style %}{% endblock %}
|
||||
{% if branding_css != '' %}<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}{{ branding_css }}" />{% endif %}
|
||||
@@ -243,10 +243,10 @@
|
||||
</div>
|
||||
</div><!-- wrapper -->
|
||||
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/jq.min.js?t=1375754100"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/jq.min.js?t=1382087880"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}jstree_pre1.0_stable/jquery.jstree.js"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/base.js?t=1375754100"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/select2.min.js?t=1375754100"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/base.js?t=1382087880"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/select2.min.js?t=1382087880"></script>
|
||||
<script type="text/javascript">
|
||||
function ajaxErrorHandler(xhr, textStatus, errorThrown) {
|
||||
if (xhr.responseText) {
|
||||
|
Reference in New Issue
Block a user