X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/0a92dff0038fdf2c3931f8dee78594e17cb14efe..1b97de98f9d2907bedc3dc15ab24b239e895e93e:/redakcja/static/js/catalogue/catalogue.js diff --git a/redakcja/static/js/catalogue/catalogue.js b/redakcja/static/js/catalogue/catalogue.js index 796e3e8b..a750b77b 100755 --- a/redakcja/static/js/catalogue/catalogue.js +++ b/redakcja/static/js/catalogue/catalogue.js @@ -51,6 +51,16 @@ } }); + $('.chosen-select').chosen().each(function() { + var widget = $(this.nextSibling), $t = $(this); + $.each($.merge([], this.attributes), function() { + if (this.name.substr(0, 5) === 'data-') { + $t.removeAttr(this.name); + widget.attr(this.name, this.value); + } + }); + }); + // tutorial mode