Skip to content

Commit

Permalink
Adding style in <HEAD> tag not at the end of file (#1338)
Browse files Browse the repository at this point in the history
Remove Audit warning from Chrome.
  • Loading branch information
Frennetix authored and Mottie committed Dec 15, 2016
1 parent 2ec5ac8 commit 26aae70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/widget-scroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
'.' + tscss.scrollerWrap + ' .' + tscss.scrollerFixedPanel +
' { position: absolute; top: 0; bottom: 0; z-index: 2; left: 0; right: 0; } ' +
'</style>';
$( style ).appendTo( 'body' );
$('head').append(style);
});

ts.scroller = {
Expand Down

0 comments on commit 26aae70

Please sign in to comment.