dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #09142
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2359: Typo removed from portal redirect template.
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 2359 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2010-12-13 15:02:30 +0100
message:
Typo removed from portal redirect template.
modified:
dhis-2/dhis-web/dhis-web-portal/src/main/webapp/dhis-web-portal/redirect.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-portal/src/main/webapp/dhis-web-portal/redirect.vm'
--- dhis-2/dhis-web/dhis-web-portal/src/main/webapp/dhis-web-portal/redirect.vm 2010-08-25 19:53:05 +0000
+++ dhis-2/dhis-web/dhis-web-portal/src/main/webapp/dhis-web-portal/redirect.vm 2010-12-13 14:00:57 +0000
@@ -3,7 +3,7 @@
function redirect()
{
#if ( $startModule && $auth.hasAccess( $startModule, "index" ) )
- window.location.href = "../${startModule}/index.action";jy
+ window.location.href = "../${startModule}/index.action";
#else
window.location.href = "intro.action";
#end