← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6019: add missing js files

 

------------------------------------------------------------
revno: 6019
committer: Mithilesh Kumar Thakur<mithilesh.hisp@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-02-17 17:07:13 +0530
message:
  add missing js files
added:
  local/in/dhis-web-survey/src/main/webapp/dhis-web-survey/javascript/tempDeTarget.js
  local/in/dhis-web-survey/src/main/webapp/dhis-web-survey/javascript/tempSurvey.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
=== added file 'local/in/dhis-web-survey/src/main/webapp/dhis-web-survey/javascript/tempDeTarget.js'
--- local/in/dhis-web-survey/src/main/webapp/dhis-web-survey/javascript/tempDeTarget.js	1970-01-01 00:00:00 +0000
+++ local/in/dhis-web-survey/src/main/webapp/dhis-web-survey/javascript/tempDeTarget.js	2012-02-17 11:37:13 +0000
@@ -0,0 +1,6 @@
+
+function organisationUnitSelected( orgUnits )
+{
+	window.location.href = 'selectTarget.action';
+}
+selection.setListenerFunction( organisationUnitSelected );
\ No newline at end of file

=== added file 'local/in/dhis-web-survey/src/main/webapp/dhis-web-survey/javascript/tempSurvey.js'
--- local/in/dhis-web-survey/src/main/webapp/dhis-web-survey/javascript/tempSurvey.js	1970-01-01 00:00:00 +0000
+++ local/in/dhis-web-survey/src/main/webapp/dhis-web-survey/javascript/tempSurvey.js	2012-02-17 11:37:13 +0000
@@ -0,0 +1,6 @@
+
+function organisationUnitSelected( orgUnits )
+{
+	window.location.href = 'select.action';
+}
+selection.setListenerFunction( organisationUnitSelected );
\ No newline at end of file