dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #26918
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13325: Minor fix.
------------------------------------------------------------
revno: 13325
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2013-12-19 10:48:29 +0100
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.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-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js'
--- dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js 2013-12-08 12:44:13 +0000
+++ dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js 2013-12-19 09:48:29 +0000
@@ -5041,9 +5041,7 @@
xtype: 'button',
text: NS.i18n.home,
handler: function() {
- //window.location.href = ns.core.init.contextPath + '/dhis-web-commons-about/redirect.action';
-
- ns.core.web.pivot.sort(ns.app.xLayout, ns.app.response, 'Uvn6LCg7dVU');
+ window.location.href = ns.core.init.contextPath + '/dhis-web-commons-about/redirect.action';
}
}
]