[FIX] website.tour.blog
authorChristophe Matthieu <chm@openerp.com>
Thu, 6 Feb 2014 15:46:46 +0000 (16:46 +0100)
committerChristophe Matthieu <chm@openerp.com>
Thu, 6 Feb 2014 15:46:46 +0000 (16:46 +0100)
bzr revid: chm@openerp.com-20140206154646-fth0k220okdgsckk

addons/website_blog/static/src/js/website.tour.blog.js

index 549970e..37a323f 100644 (file)
                 },
                 {
                     element:   '.modal:has(#editor_new_blog) button.btn-primary',
-                    placement: 'bottom',
+                    placement: 'right',
                     title:     _t("Create Blog Post"),
                     content:   _t("Click <em>Continue</em> to create the blog post."),
                 },
                 {
-                    waitNot:   '.modal',
                     waitFor:   'body:has(button[data-action=save]:visible):has(.js_blog)',
                     title:     _t("Blog Post Created"),
                     content:   _t("This is your new blog post. Let's edit it."),