------------------------------------------------------------
revno: 1904
committer: Lars <larsh...@larshelg-laptop>
branch nick: trunk
timestamp: Wed 2010-05-26 16:27:30 +0200
message:
Fixed js bug
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/javascript/role.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-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/javascript/role.js'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/javascript/role.js 2010-02-10 19:12:22 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-user/src/main/webapp/dhis-web-maintenance-user/javascript/role.js 2010-05-26 14:27:30 +0000
@@ -54,7 +54,6 @@
{
selectAll( document.getElementById( 'selectedList' ) );
selectAll( document.getElementById( 'selectedListAuthority' ) );
- selectAll( document.getElementById( 'selectedReportExcel' ) );
var form = document.getElementById( 'addRoleForm' );
form.submit();
@@ -94,7 +93,6 @@
{
selectAll( document.getElementById( 'selectedList' ) );
selectAll( document.getElementById( 'selectedListAuthority' ) );
- selectAll( document.getElementById( 'selectedReportExcel' ) );
var form = document.getElementById( 'updateRoleForm' );
form.submit();
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp