Mercurial > lada > lada-client
changeset 724:876456ce0a01
Added new depencies: filesaver[1] and upload[2].
[1] https://github.com/eligrey/FileSaver.js/
[2] https://github.com/ivan-novakov/extjs-upload-widget
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 16 Apr 2015 15:53:53 +0200 |
parents | 52c50a5f457b |
children | 83c571b022f3 |
files | app.js index.html |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app.js Thu Apr 16 13:39:08 2015 +0200 +++ b/app.js Thu Apr 16 15:53:53 2015 +0200 @@ -9,7 +9,8 @@ Ext.Loader.setConfig({ enabled: true, paths: { - 'Ext.i18n': 'resources/lib/i18n/' + 'Ext.i18n': 'resources/lib/i18n/', + 'Ext.ux.upload': 'resources/lib/upload' } });
--- a/index.html Thu Apr 16 13:39:08 2015 +0200 +++ b/index.html Thu Apr 16 15:53:53 2015 +0200 @@ -16,6 +16,8 @@ <link rel="stylesheet" type="text/css" href="resources/css/lada.css"> <script type="text/javascript" src="resources/lib/OpenLayers/OpenLayers.js"></script> + <script type="text/javascript" src="resources/lib/filesaver/FileSaver.js"></script> + <script type="text/javascript" src="resources/lib/filesaver/Blob.js"></script> <!-- <x-compile> --> <!-- <x-bootstrap> --> <script type="text/javascript" src="extjs/ext-all-debug.js"></script>