highcharts-custom-styles-inline-css is being generated
-
Hi,
Using the pro version of WPDataTables, Version 6.7.1.
When generating a page that has no tables on it, the CSS/JS required for WPDT is not rendered which is great.
However, the following snippet is being added to the <head> section regardless if a table is rendered or not. I’m not using any charts either.
<style id="highcharts-custom-styles-inline-css">
div[class^='highstock_'],
.highcharts-root,
.highcharts-container {
overflow: visible !important;
}
</style>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.