diff -r 31109c66a482 -r fa7d68b9d8b0 server/src/main/webapp/WEB-INF/templates/projectIndex.html --- a/server/src/main/webapp/WEB-INF/templates/projectIndex.html Fri Mar 15 23:21:21 2013 +0100 +++ b/server/src/main/webapp/WEB-INF/templates/projectIndex.html Sat Mar 16 04:36:50 2013 +0100 @@ -89,8 +89,7 @@ dataType: "json", contentType: "application/json; charset=UTF-8" }).done(function(project){ - var template_url = /*[[@{'/p/<%=project_id%>'(cowebkey='')}]]*/"p/<%=project_id%>?cowebkey=<%=project_key%>"; - window.location = _.template(template_url+'<%=project_key%>', {project_id: project.id, project_key: project.key}); + window.location.reload(); }); }