1
0
mirror of synced 2025-02-16 20:13:16 +03:00

Merge pull request #3654 from wdietz/master

Fix IE 8-11 not showing Chinese characters
This commit is contained in:
Kevin Brown 2015-08-19 10:26:10 -04:00
commit 700f7908fc

View File

@ -177,8 +177,6 @@ define([
};
AttachBody.prototype._resizeDropdown = function () {
this.$dropdownContainer.width();
var css = {
width: this.$container.outerWidth(false) + 'px'
};