https://github.com/ging/horizon
Revision a05857872083f4e97d86c2d658574b095dde123f authored by Doug Fish on 24 September 2014, 16:11:12 UTC, committed by Doug Fish on 24 September 2014, 16:11:12 UTC
The datapicker language support works by including a different
js file based on the language of the user.  This will not
work if the js is included at compress time becuase only 1
language can be included.

Additionally cleaning up the logic in case the locale
isn't set (as is the case at compression time) to prevent
an improper path from being build.

Change-Id: I953dde0e7ee4a876376faf28c6f0bb859a3dc6b6
Closes-Bug: #1373430
1 parent 4124320
History
Tip revision: a05857872083f4e97d86c2d658574b095dde123f authored by Doug Fish on 24 September 2014, 16:11:12 UTC
Move datepicker language js inclusion outside compress
Tip revision: a058578
File Mode Size
.tx
doc
horizon
openstack_dashboard
tools
.gitignore -rw-r--r-- 415 bytes
.gitreview -rw-r--r-- 76 bytes
.mailmap -rw-r--r-- 581 bytes
.pylintrc -rw-r--r-- 1.4 KB
CONTRIBUTING.rst -rw-r--r-- 593 bytes
HACKING.rst -rw-r--r-- 1.2 KB
LICENSE -rw-r--r-- 9.9 KB
MANIFEST.in -rw-r--r-- 654 bytes
Makefile -rw-r--r-- 588 bytes
README.rst -rw-r--r-- 3.0 KB
manage.py -rwxr-xr-x 838 bytes
openstack-common.conf -rw-r--r-- 233 bytes
requirements.txt -rw-r--r-- 1.9 KB
run_tests.sh -rwxr-xr-x 16.2 KB
setup.cfg -rw-r--r-- 1.0 KB
setup.py -rwxr-xr-x 1.0 KB
test-requirements.txt -rw-r--r-- 860 bytes
tox.ini -rw-r--r-- 3.3 KB

README.rst

back to top