Adding style in <HEAD> tag not at the end of file (#1338)

Remove Audit warning from Chrome.
This commit is contained in:
MAROT Loïc 2016-12-15 12:55:41 +01:00 committed by Rob Garrison
parent 2ec5ac80ff
commit 26aae70367

View File

@ -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 = {