[Lada-commits] [PATCH 1 of 2] Moved Ext-Resources to another subdirectory

Wald Commits scm-commit at wald.intevation.org
Thu Jul 23 15:31:17 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1437653644 -7200
# Node ID 00e05e112c6a9af78c13efafe672aa9b411142db
# Parent  98d7a325f89486188c8d2929e4d5585329930d47
Moved Ext-Resources to another subdirectory

diff -r 98d7a325f894 -r 00e05e112c6a app.js
--- a/app.js	Thu Jul 23 11:56:04 2015 +0200
+++ b/app.js	Thu Jul 23 14:14:04 2015 +0200
@@ -9,8 +9,8 @@
 Ext.Loader.setConfig({
     enabled: true,
     paths: {
-        'Ext.i18n': 'resources/lib/i18n/',
-        'Ext.ux.upload': 'resources/lib/upload'
+        'Ext.i18n': 'resources/lib/ext/i18n/',
+        'Ext.ux.upload': 'resources/lib/ext/upload'
     }
 });
 


More information about the Lada-commits mailing list