dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #00442
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 135: regarding r134, i was wrong, there is something weird going on in the menu, will have to investig...
------------------------------------------------------------
revno: 135
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Tue 2009-03-31 13:04:20 +0200
message:
regarding r134, i was wrong, there is something weird going on in the menu, will have to investigate further, put it back for now
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/menu.js
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/menu.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/menu.js 2009-03-31 10:41:50 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/menu.js 2009-03-31 11:04:20 +0000
@@ -17,13 +17,13 @@
dropDownId = newDropDownId;
- $( dropDownId ).show( 'fast' );
+ $( dropDownId ).show();
}
}
function hideDropDown()
{
- $( dropDownId ).hide( 'fast' );
+ $( dropDownId ).hide();
dropDownId = null;
}
--
Trunk
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.