diff --git a/src/definitions/modules/sidebar.js b/src/definitions/modules/sidebar.js index 62849c1e0..420922a8a 100644 --- a/src/definitions/modules/sidebar.js +++ b/src/definitions/modules/sidebar.js @@ -229,7 +229,7 @@ $.fn.sidebar = function(parameters) { distance.right = width; } - style = ''; - $head.append(style); - $style = $('style[title=' + namespace + ']'); + $style = $(style) + .appendTo($head) + ; module.debug('Adding sizing css to head', $style); } },