[FIX] website: snippet editor: forward port of branch saas-3

bzr revid: chm@openerp.com-20140324145416-qn2fvylylxtgu39a
This commit is contained in:
chm@openerp.com 2014-03-24 15:54:16 +01:00
parent 6cf9867f15
commit e5f645df4d
1 changed files with 1 additions and 1 deletions

View File

@ -957,6 +957,7 @@
start : function () {
var self = this;
this._super();
this.$target.carousel({interval: false});
this.id = this.$target.attr("id");
this.$inner = this.$target.find('.carousel-inner');
this.$indicators = this.$target.find('.carousel-indicators');
@ -1376,7 +1377,6 @@
this.grid.size = 8;
return this.grid;
},
this.$target.carousel({interval: false});
});
website.snippet.options.parallax = website.snippet.Option.extend({