Mercurial > lada > lada-client
comparison app.js @ 885:00e05e112c6a
Moved Ext-Resources to another subdirectory
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 23 Jul 2015 14:14:04 +0200 |
parents | 7bd3afe30ac2 |
children | 69a22279cdb6 |
comparison
equal
deleted
inserted
replaced
884:98d7a325f894 | 885:00e05e112c6a |
---|---|
7 * the documentation coming with IMIS-Labordaten-Application for details. | 7 * the documentation coming with IMIS-Labordaten-Application for details. |
8 */ | 8 */ |
9 Ext.Loader.setConfig({ | 9 Ext.Loader.setConfig({ |
10 enabled: true, | 10 enabled: true, |
11 paths: { | 11 paths: { |
12 'Ext.i18n': 'resources/lib/i18n/', | 12 'Ext.i18n': 'resources/lib/ext/i18n/', |
13 'Ext.ux.upload': 'resources/lib/upload' | 13 'Ext.ux.upload': 'resources/lib/ext/upload' |
14 } | 14 } |
15 }); | 15 }); |
16 | 16 |
17 Ext.application({ | 17 Ext.application({ |
18 | 18 |