Skip to content

Commit

Permalink
Adding style in <HEAD> tag not at the end of file (#1337)
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 26aae70 commit 51e9852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/widget-resizable.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'.' + ts.css.resizableHandle + ' { position: absolute; display: inline-block; width: 8px;' +
'top: 1px; cursor: ew-resize; z-index: 3; user-select: none; -moz-user-select: none; }' +
'</style>';
$(s).appendTo('body');
$('head').append(s);
});

ts.resizable = {
Expand Down

0 comments on commit 51e9852

Please sign in to comment.