bzr revid: nwi@openerp.com-20121220085159-0dmdfit530vn01g0
This commit is contained in:
Niko 2012-12-20 09:51:59 +01:00
parent aea874dac7
commit b3bc0e0de7
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
*/
var sheet = function() {
var el = createEl('style');
var el = createEl('style', {type : 'text/css'});
ins(document.getElementsByTagName('head')[0], el);
return el.sheet || el.styleSheet;
}();