X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;ds=sidebyside;f=addons%2Fwebsite_blog%2Fstatic%2Fsrc%2Fjs%2Fwebsite.tour.blog.js;h=3470e2e383b315e955c72004a39fd2b40de09d99;hb=29faa56d8e1c9ea49ae6cc8724f88cc65a22ad8f;hp=e76e793dfda4a7511c7374f09cbba5e60ab44350;hpb=715c686717a9c8e9502374333573192d01813204;p=odoo%2Fodoo.git diff --git a/addons/website_blog/static/src/js/website.tour.blog.js b/addons/website_blog/static/src/js/website.tour.blog.js index e76e793..3470e2e 100644 --- a/addons/website_blog/static/src/js/website.tour.blog.js +++ b/addons/website_blog/static/src/js/website.tour.blog.js @@ -65,7 +65,7 @@ popover: { fixed: true }, }, { - snippet: 'image-text', + snippet: '#snippet_structure .oe_snippet:eq(2)', placement: 'bottom', title: _t("Drag & Drop a Block"), content: _t("Drag this block and drop it in your page."), @@ -79,7 +79,7 @@ popover: { fixed: true }, }, { - snippet: 'text-block', + snippet: '#snippet_structure .oe_snippet:eq(4)', placement: 'bottom', title: _t("Drag & Drop a block"), content: _t("Drag this block and drop it below the image block."),