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 862db41 commit d2e740b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ odoo.define("document_page_portal.tour", function (require) {
{
content: "Click Search.",
extra_trigger: "#wrap:not(:has(input[name=search]:propValue('')))",
trigger: "form.o_portal_search_panel .input-group-append .btn[type='submit']",
trigger:
"form.o_portal_search_panel .input-group-append .btn[type='submit']",
},
]
);
Expand Down

0 comments on commit d2e740b

Please sign in to comment.