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:
parent
b5228f9c58
commit
ca5d5ea828
@ -378,7 +378,7 @@ Gridworks.getPermanentLink = function() {
|
||||
facets: ui.browsingEngine.getFacetUIStates()
|
||||
}))
|
||||
];
|
||||
return "project.html?" + params.join("&");
|
||||
return "project?" + params.join("&");
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user