dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #13100
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4146: Minor changed.
------------------------------------------------------------
revno: 4146
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-07-15 09:53:51 +0700
message:
Minor changed.
modified:
dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/javascript/import.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-importexport/src/main/webapp/dhis-web-importexport/javascript/import.js'
--- dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/javascript/import.js 2011-07-14 08:31:33 +0000
+++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/javascript/import.js 2011-07-15 02:53:51 +0000
@@ -482,7 +482,7 @@
// -------------------------------------------------------------------------
function handleField( discardedElements, spanName, tdName )
-{alert(discardedElements + ", " + spanName + ", " + tdName);
+{
var existingElements = document.getElementById( spanName ).innerHTML;
existingElements = existingElements - discardedElements;