mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added version number for URL's to ensure that files are only cached on a per-version basis. Fixes #2136.
This commit is contained in:
committed by
Akshay Joshi
parent
a17aa212f0
commit
cb8a288f85
@@ -34,6 +34,9 @@
|
||||
<script type="text/javascript">
|
||||
require.config({
|
||||
baseUrl: '',
|
||||
{% if config.APP_VERSION_PARAM is not none and config.APP_VERSION_PARAM != '' %}
|
||||
urlArgs: '{{config.APP_VERSION_PARAM}}={{config.APP_VERSION_INT}}',
|
||||
{% endif %}
|
||||
waitSeconds: 0,
|
||||
shim: {},
|
||||
paths: {
|
||||
|
||||
Reference in New Issue
Block a user