Skip to content

Commit

Permalink
made small adjustement to tour
Browse files Browse the repository at this point in the history
  • Loading branch information
Davit Lomauridze committed Jul 7, 2024
1 parent ff31a88 commit 862db41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ odoo.define("document_page_portal.tour", function (require) {
{
content: "Click Search.",
extra_trigger: "#wrap:not(:has(input[name=search]:propValue('')))",
trigger: ".search-submit",
trigger: "form.o_portal_search_panel .input-group-append .btn[type='submit']",
},
]
);
Expand Down

0 comments on commit 862db41

Please sign in to comment.