diff --git a/share/static/js/util.js b/share/static/js/util.js index 71d6827085..6816dae8d2 100644 --- a/share/static/js/util.js +++ b/share/static/js/util.js @@ -713,8 +713,6 @@ jQuery(function() { this.$element.val('').change().focus(); }; - Chart.platform.disableCSSInjection = true; - // Make actions dropdown scrollable in case screen is too short jQuery(window).resize(function() { jQuery('#li-page-actions > ul').css('max-height', jQuery(window).height() - jQuery('#rt-header-container').height());