From 3d92ed9c20c9f56b027757ce3740cddcf14bd877 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 20 Apr 2015 14:29:06 -0400 Subject: [PATCH] #2143. Using title in injected styles causes issues... for some reason? --- src/definitions/modules/sidebar.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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); } },