[FIX] website: jquery attrbutes assignation is not supported by Firefox

Happens when trying to change an image in a a banner block
This commit is contained in:
Denis Ledoux 2014-06-17 15:43:56 +02:00
parent b4cbac3cba
commit 3742b1ab3f
1 changed files with 1 additions and 1 deletions

View File

@ -1504,7 +1504,7 @@
url: this.link
});
this.media.renameNode("img");
this.media.$.attributes.src = this.link;
$(this.media).attr('src', this.link);
return this._super();
},
clear: function () {