[FIX] Tour bug with snippet editor

bzr revid: ddm@openerp.com-20131120155444-yn5fovlq0q3dkpau
This commit is contained in:
ddm 2013-11-20 16:54:44 +01:00
parent eb23569c9e
commit 2f0f411b43
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
function beginDrag () {
$('.popover.tour').remove();
function goToNextStep () {
$('#oe_snippets').hide();
$('#snippets').toggle();
self.movetoStep('edit-title');
$body.off('mouseup', goToNextStep);
}

View File

@ -101,7 +101,7 @@
function beginDrag () {
$('.popover.tour').remove();
function goToNextStep () {
$('#oe_snippets').hide();
$('#snippets').toggle();
self.stop();
$body.off('mouseup', goToNextStep);
}