bugfix
This commit is contained in:
parent
99f0abef0c
commit
10a96e3aba
@ -53,7 +53,7 @@ init: function() {
|
||||
myspan.appendChild(textnode);
|
||||
select.parentNode.insertBefore(myspan, select);
|
||||
myspan.style.width = (select.clientWidth-2)+"px";
|
||||
myspan.style.height = (select.clientHeight+2)/supported_languages.length+"px";
|
||||
myspan.style.height = (select.clientHeight)+"px";
|
||||
},
|
||||
|
||||
// perform language change
|
||||
|
Loading…
Reference in New Issue
Block a user