dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18982
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8103: removed test js..
------------------------------------------------------------
revno: 8103
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2012-09-16 14:37:56 +0700
message:
removed test js..
modified:
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.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-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2012-09-16 00:11:12 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/form.js 2012-09-16 07:37:56 +0000
@@ -117,14 +117,6 @@
} );
dhis2.availability.startAvailabilityCheck();
-
- $( '.filterInSection' ).parent().bind('resize', function(e)
- {
- var $a = $( '.filterInSection');
- var $b = $a.parent();
-
- $a.css('width', $b.width() );
- });
} );
function ajax_login()