[IMP] carousel, no interval; it was too fast and continued to slide when editing

bzr revid: fp@openerp.com-20131020091918-yfr7w8a706pdnbxk
This commit is contained in:
Fabien Pinckaers 2013-10-20 11:19:18 +02:00
parent bda5d6bbfe
commit b52dc0d0e6
2 changed files with 1 additions and 3 deletions

View File

@ -151,8 +151,6 @@
});
});
// $.stellar();
$(document).on('click', '.js_publish_management .js_publish_btn', function (e) {
var $data = $(this).parents(".js_publish_management:first");
var $btn = $data.find('.btn:first');

View File

@ -1021,7 +1021,7 @@
website.snippet.animationRegistry.carousel = website.snippet.Animation.extend({
start: function () {
this.$target.carousel();
this.$target.carousel({interval: false});
},
});
website.snippet.editorRegistry.carousel = website.snippet.editorRegistry.resize.extend({