From de64764306126704194ebe1bd0fa1a1b4e690697 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sun, 16 Sep 2012 23:53:57 -0300 Subject: [PATCH] - Fix wrong redirection path. --- wise-webapp/src/main/webapp/jsp/GCFInstall.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wise-webapp/src/main/webapp/jsp/GCFInstall.jsp b/wise-webapp/src/main/webapp/jsp/GCFInstall.jsp index 13c211e9..0c9f1337 100644 --- a/wise-webapp/src/main/webapp/jsp/GCFInstall.jsp +++ b/wise-webapp/src/main/webapp/jsp/GCFInstall.jsp @@ -13,6 +13,6 @@ CFInstall.check({ mode: "inline", node:"prompt", - destination:"c/maps/" + destination:"../c/maps/" }); \ No newline at end of file