------------------------------------------------------------ revno: 5122 committer: Tran Chau <[email protected]> branch nick: dhis2 timestamp: Mon 2011-11-07 10:15:08 +0700 message: Remove unused js-file ( in struts.xml) modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml
-- 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-caseentry/src/main/resources/struts.xml' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml 2011-10-27 05:51:06 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml 2011-11-07 03:15:08 +0000 @@ -234,7 +234,7 @@ <result name="success" type="velocity">/main.vm</result> <param name="page">/dhis-web-caseentry/caseAggregationForm.vm</param> <param name="menu">/dhis-web-caseentry/caseAggregationMenu.vm</param> - <param name="javascripts">javascript/caseagg.js,javascript/date.js,javascript/caseAggregationForm.js</param> + <param name="javascripts">javascript/caseagg.js,javascript/caseAggregationForm.js</param> </action> <action name="loadPeriods" @@ -258,7 +258,7 @@ <result name="success" type="velocity">/main.vm</result> <param name="page">/dhis-web-caseentry/caseAggregationResult.vm</param> <param name="menu">/dhis-web-caseentry/caseAggregationMenu.vm</param> - <param name="javascripts">javascript/caseagg.js,javascript/date.js,javascript/caseAggregationForm.js</param> + <param name="javascripts">javascript/caseagg.js,javascript/caseAggregationForm.js</param> </action> <action name="caseAggregationResultDetails"
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

