From ca5d5ea828646a506a04f0d22e8a209ee4e1cd45 Mon Sep 17 00:00:00 2001 From: Iain Sproat Date: Tue, 15 Jun 2010 18:37:57 +0000 Subject: [PATCH] Fixed bug when opening existing project - javascript was referring to nonexistent project.html file, which was previously replaced by project.vt file. git-svn-id: http://google-refine.googlecode.com/svn/trunk@969 7d457c2a-affb-35e4-300a-418c747d4874 --- main/webapp/modules/core/scripts/project.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/webapp/modules/core/scripts/project.js b/main/webapp/modules/core/scripts/project.js index d61288617..77cc9a41c 100644 --- a/main/webapp/modules/core/scripts/project.js +++ b/main/webapp/modules/core/scripts/project.js @@ -378,7 +378,7 @@ Gridworks.getPermanentLink = function() { facets: ui.browsingEngine.getFacetUIStates() })) ]; - return "project.html?" + params.join("&"); + return "project?" + params.join("&"); }; /*