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
This commit is contained in:
Iain Sproat 2010-06-15 18:37:57 +00:00
parent b5228f9c58
commit ca5d5ea828

View File

@ -378,7 +378,7 @@ Gridworks.getPermanentLink = function() {
facets: ui.browsingEngine.getFacetUIStates()
}))
];
return "project.html?" + params.join("&");
return "project?" + params.join("&");
};
/*