Browse Source

[DOC] Tour: delete waitFor and increase wait in last step

It seems that waitFor+wait doesn't work as expected.
"wait" is count down before start check waitFor condition, while the
idea was opposite -- wait when page is loaded and then count down 2 sec
pull/11/head
Ivan Yelizariev 8 years ago
parent
commit
1ef37eb351
  1. 3
      res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js

3
res_partner_mails_count/static/src/js/res_partner_mails_count_tour.js

@ -22,8 +22,7 @@ odoo.define('res_partner_mails_count.res_partner_mails_count_tour', function (re
waitFor: '.mails_to:visible',
},
{
wait: '2000',
waitFor: '.o_channel_name.mail_archives:visible',
wait: '8000',
title: _t("That's it"),
content: _t("Enjoy your day! <br/> <br/><a href='https://www.it-projects.info/apps' target='_blank'>IT-Projects LLC</a> team "),
popover: { next: _t("Close Tutorial") },

Loading…
Cancel
Save