[FIX] website: snippet slider slide button

bzr revid: chm@openerp.com-20140331115139-oa8va3ceikgc5b8w
This commit is contained in:
chm@openerp.com 2014-03-31 13:51:39 +02:00
parent 4281a3f89f
commit 1c4b7e9f6f
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@
drop_and_build_snippet: function() {
this.id = this.unique_id();
this.$target.attr("id", this.id);
this.$target.find("[data-slide]").attr("href", "#" + this.id);
this.$target.find("[data-slide]").attr("href", "#" + this.id).attr("data-cke-saved-href", "#" + this.id);
this.$target.find("[data-slide-to]").attr("data-target", "#" + this.id);
this.rebind_event();