[Lada-commits] [PATCH 2 of 3] Moved Ext-Version from debug -> normal

Wald Commits scm-commit at wald.intevation.org
Thu Jul 23 16:40:59 CEST 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1437662428 -7200
# Node ID 81fc615456382993bde7667c0c23c611b23ca14f
# Parent  8e40f89624d6782aa32133124373a276a162d408
Moved Ext-Version from debug -> normal

diff -r 8e40f89624d6 -r 81fc61545638 index.html
--- a/index.html	Thu Jul 23 16:39:54 2015 +0200
+++ b/index.html	Thu Jul 23 16:40:28 2015 +0200
@@ -20,7 +20,7 @@
     <script type="text/javascript" src="resources/lib/Blob/Blob.js"></script>
     <!-- <x-compile> -->
     <!-- <x-bootstrap> -->
-    <script type="text/javascript" src="extjs/ext-all-debug.js"></script>
+    <script type="text/javascript" src="extjs/ext-all.js"></script>
     <script type="text/javascript" src="extjs/locale/ext-lang-de.js"></script>
     <!-- </x-bootstrap> -->
     <script type="text/javascript" src="app.js"></script>


More information about the Lada-commits mailing list