mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Adding style in <HEAD> tag not at the end of file (#1338)
Remove Audit warning from Chrome.
This commit is contained in:
parent
2ec5ac80ff
commit
26aae70367
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user