← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10004: Minor fix.

 

------------------------------------------------------------
revno: 10004
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-03-06 15:26:19 +0700
message:
  Minor fix.
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.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-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js	2013-03-04 09:38:55 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/entry.js	2013-03-06 08:26:19 +0000
@@ -674,7 +674,7 @@
 function autocompletedField( idField )
 {
 	var input = jQuery( "#" +  idField );
-	input.parent().width( input.width() + 200 );
+	input.parent().width( input.width() + 50 );
 	var dataElementId = input.attr('id').split('-')[1];
 	
 	input.autocomplete({
@@ -762,7 +762,7 @@
 function autocompletedUsernameField( idField )
 {
 	var input = jQuery( "#" +  idField );
-	input.parent().width( input.width() + 200 );
+	input.parent().width( input.width() + 50 );
 	var dataElementId = input.attr('id').split('-')[1];
 	
 	input.autocomplete({