dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20056
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9020: Minor
------------------------------------------------------------
revno: 9020
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-11-14 12:05:36 +0100
message:
Minor
modified:
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/interpretation.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-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/interpretation.js'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/interpretation.js 2012-11-07 13:14:27 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/javascript/interpretation.js 2012-11-14 11:05:36 +0000
@@ -3,13 +3,13 @@
var pageLock = false;
$( document ).ready( function() {
- $( ".commentArea" ).autogrow();
-
$( document ).scroll( function() {
isNextPage();
} );
- $( "#interpretationFeed" ).load( "getInterpretations.action" );
+ $( "#interpretationFeed" ).load( "getInterpretations.action", function() {
+ $( ".commentArea" ).autogrow();
+ } );
} );
function expandComments( id )