← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 590: (GIS) Redirect path fixed.

 

------------------------------------------------------------
revno: 590
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Sat 2009-09-05 18:48:08 +0700
message:
  (GIS) Redirect path fixed.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.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-mapping/src/main/webapp/mapping/script/index.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.js	2009-09-05 10:31:29 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/index.js	2009-09-05 11:48:08 +0000
@@ -1952,7 +1952,7 @@
 		cls: 'x-btn-text-icon',
 		icon: '../images/exit.png',
 		handler: function() {
-			window.location.href = '../../dhis-web-portal/redirect.action'
+			window.location.href = '../dhis-web-portal/redirect.action'
 		}
 	});