[fusion-commits] r1918 - trunk/lib
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Sep 24 16:32:18 EDT 2009
Author: pagameba
Date: 2009-09-24 16:32:18 -0400 (Thu, 24 Sep 2009)
New Revision: 1918
Modified:
trunk/lib/fusion.js
Log:
re #138, adjust path to json file
Modified: trunk/lib/fusion.js
===================================================================
--- trunk/lib/fusion.js 2009-09-24 20:31:01 UTC (rev 1917)
+++ trunk/lib/fusion.js 2009-09-24 20:32:18 UTC (rev 1918)
@@ -1088,10 +1088,10 @@
'lib/Map.js',
'layers/Layers.js',
'lib/Search.js',
- 'text/en/strings.json'];
+ 'text/en.json'];
if (locale != 'en') {
coreScripts.push('lib/OpenLayers/Lang/'+locale+'.js');
- coreScripts.push('text/'+locale+'/strings.json');
+ coreScripts.push('text/'+locale+'.json');
}
var agent = navigator.userAgent;
More information about the fusion-commits
mailing list