← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1746: (GIS) Unnecessary code removed.

 

Merge authors:
  Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 1746 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-04-07 17:07:03 +0200
message:
  (GIS) Unnecessary code removed.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js	2010-04-07 13:54:53 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/mapping/script/index.js	2010-04-07 15:07:03 +0000
@@ -1336,8 +1336,6 @@
                     var mln = Ext.getCmp('predefinedmaplegendname_tf').getValue();
 					var mlsv = Ext.getCmp('predefinedmaplegendstartvalue_tf').getValue();
 					var mlev = Ext.getCmp('predefinedmaplegendendvalue_tf').getValue();
-                    // var mlsv = Ext.getCmp('predefinedmaplegendstartvalue_tf').getValue() != "0" ? Ext.getCmp('predefinedmaplegendstartvalue_tf').getValue() : 1;
-                    // var mlev = Ext.getCmp('predefinedmaplegendendvalue_tf').getValue() != "0" ? Ext.getCmp('predefinedmaplegendendvalue_tf').getValue() : 1;
                     var mlc = Ext.getCmp('predefinedmaplegendcolor_cp').getValue();
 					
 					if (!mln || mlsv == "" || mlev == "" || !mlc) {