diff options
Diffstat (limited to 'web/debug.html')
-rw-r--r-- | web/debug.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/debug.html b/web/debug.html index 3608930c0..792cfa5d9 100644 --- a/web/debug.html +++ b/web/debug.html @@ -16,6 +16,9 @@ <script src="//cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/classic/theme-neptune/theme-neptune.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/ol3/3.12.1/ol-debug.js"></script> <script src="arrowstyle.js"></script> +<script type="text/javascript"> +Ext.Loader.setConfig({ disableCaching: false }); +</script> <script src="locale.js"></script> <script src="app.js"></script> </body> |