mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-24 17:38:42 -06:00
made small adjustement to tour
This commit is contained in:
parent
862db413c7
commit
d2e740b5b4
@ -38,7 +38,8 @@ odoo.define("document_page_portal.tour", function (require) {
|
|||||||
{
|
{
|
||||||
content: "Click Search.",
|
content: "Click Search.",
|
||||||
extra_trigger: "#wrap:not(:has(input[name=search]:propValue('')))",
|
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']",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user