dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #34977
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17945: Minor
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 17945 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2015-01-12 17:55:35 +0100
message:
Minor
modified:
dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm
--
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/dashboard.vm'
--- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm 2015-01-04 15:49:34 +0000
+++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/dashboard.vm 2015-01-12 16:46:20 +0000
@@ -28,7 +28,7 @@
Ext.Loader.injectScriptElement('plugin/chart.js', function() {
Ext.Loader.injectScriptElement('plugin/map.js', function() {
Ext.Loader.injectScriptElement('plugin/eventreport.js', function() {
- Ext.Loader.injectScriptElement('plugin/eventreport.js', function() {
+ Ext.Loader.injectScriptElement('plugin/eventchart.js', function() {
Ext.Loader.injectScriptElement('javascript/dashboard.js', function() {} );
});
});