Skip to content
Snippets Groups Projects
Commit ece8fcab authored by Sebastien's avatar Sebastien
Browse files

go from edit mode to preview mode => open previw with rekallmember url

parent 76013e32
No related branches found
No related tags found
3 merge requests!43tuleap-83-access-my-capsules,!42Draft: access-my-capsules-conflicts-fixed,!40Draft: Tuleap 83 access my capsules
Pipeline #706 passed
......@@ -300,7 +300,7 @@ function setEditionControls() {
$("#left_menu_item_preview").click(function(event){
event.stopPropagation();
window.open("?w=1", '_blank');
window.open(window.app.urls.memberHome + 'capsule/preview/' + window.location.pathname.replace('/legacy/', '').slice(0, -1), '_blank');
/*window.open("?w=1", "Preview Rekall", "menubar=no, status=no, scrollbars=no, menubar=no, width=1150, height=560"); */
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment