We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e379b63 commit 3043899Copy full SHA for 3043899
js/render-google.js
@@ -77,7 +77,7 @@ var chartWrapperError = [];
77
78
var controlWrapperElement = document.getElementById( "control_wrapper_" + id ) || null;
79
var withControlMode = typeof settings.controls !== 'undefined' && controlWrapperElement ? true : false;
80
- console.log( settings.controls );
+
81
if ( $( controlWrapperElement ).hasClass( 'no-filter' ) ) {
82
withControlMode = false;
83
}
0 commit comments