dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #20289
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9197: Removed some redundant commas in js
------------------------------------------------------------
revno: 9197
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-12-07 09:10:30 +0100
message:
Removed some redundant commas in js
modified:
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.date.js
dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/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-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js 2012-11-04 11:24:19 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.js 2012-12-07 08:10:30 +0000
@@ -876,7 +876,7 @@
buttonImage: '../images/calendar.png',
buttonImageOnly: true,
constrainInput: true,
- yearRange: '-100:+100',
+ yearRange: '-100:+100'
});
jQuery( "#" + id ).attr("readonly", true );
s = jQuery("#" + id );
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.date.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.date.js 2011-07-18 14:08:54 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/jQuery/jquery.date.js 2012-12-07 08:10:30 +0000
@@ -59,7 +59,7 @@
var day = ( dow + calendar.firstDay ) % 7;
result.push( {
shortname: calendar.days.namesShort[ day ],
- fullname: calendar.days.names[ day ],
+ fullname: calendar.days.names[ day ]
});
}
return result;
=== modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/entry.js'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/entry.js 2012-09-21 08:32:59 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/entry.js 2012-12-07 08:10:30 +0000
@@ -259,7 +259,7 @@
'optionComboId' : optionComboId,
'organisationUnitId' : organisationUnitId,
'periodId' : periodId,
- 'value' : value,
+ 'value' : value
};
this.save = function()