mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 15:19:06 +00:00
Update version to 3.0 and update timestamp
This commit is contained in:
@@ -381,7 +381,7 @@ SESSION_COOKIE_AGE = 24 * 60 * 60
|
||||
# Days of remembered login info (deafult: 7 days)
|
||||
LOGIN_REMEMBER_DAYS = 7
|
||||
|
||||
SEAFILE_VERSION = '2.1.5'
|
||||
SEAFILE_VERSION = '3.0.0'
|
||||
|
||||
#################
|
||||
# Email sending #
|
||||
|
@@ -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=1392877560" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/select2.css?t=1392877560" />
|
||||
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1392877560" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1393578720" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/select2.css?t=1393578720" />
|
||||
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1393578720" />
|
||||
<!--[if IE]>
|
||||
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.png?t=1392877560"/>
|
||||
<link rel="shortcut icon" href="{{ MEDIA_URL }}img/favicon.png?t=1393578720"/>
|
||||
<![endif]-->
|
||||
{% block extra_style %}{% endblock %}
|
||||
{% if branding_css != '' %}<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}{{ branding_css }}" />{% endif %}
|
||||
@@ -124,10 +124,10 @@
|
||||
</div>
|
||||
</div><!-- wrapper -->
|
||||
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/jq.min.js?t=1392877560"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/jq.min.js?t=1393578720"></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=1392877560"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/select2.min.js?t=1392877560"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/base.js?t=1393578720"></script>
|
||||
<script type="text/javascript" src="{{ MEDIA_URL }}js/select2.min.js?t=1393578720"></script>
|
||||
<script type="text/javascript">
|
||||
function ajaxErrorHandler(xhr, textStatus, errorThrown) {
|
||||
if (xhr.responseText) {
|
||||
|
Reference in New Issue
Block a user