fixed problem with static_version in admin, issue 1832
This commit is contained in:
2
VERSION
2
VERSION
@@ -1 +1 @@
|
||||
Version 2.8.2-stable+timestamp.2013.12.20.15.08.47
|
||||
Version 2.8.2-stable+timestamp.2013.12.23.21.36.22
|
||||
|
||||
@@ -45,4 +45,4 @@ if 'adminLanguage' in request.cookies and not (request.cookies['adminLanguage']
|
||||
T.force(request.cookies['adminLanguage'].value)
|
||||
|
||||
#set static_version
|
||||
response.static_version = '2.7.3'
|
||||
response.static_version = open('VERSION').read().split(' ',1)[1].split('-')[0]
|
||||
|
||||
Reference in New Issue
Block a user