Skip to content

Commit

Permalink
WIP fix last contacts, when delete, stay in same page, so test home
Browse files Browse the repository at this point in the history
  • Loading branch information
mathben committed Mar 8, 2020
1 parent beaa90f commit 56fa69f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website_portal_contact/static/src/js/portal_contact.tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ var steps = [
run: 'click',
},
{
content: 'Return to list',
trigger: 'a[href="/my/contacts"]',
content: 'Return to home',
trigger: 'a[href="/my/home"]',
run: 'click',
}
];
Expand Down

0 comments on commit 56fa69f

Please sign in to comment.