Remove unused variable
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
ac9714cf6a
commit
5883f14664
@ -44,11 +44,6 @@ var sql_autocomplete = false;
|
||||
*/
|
||||
var sql_autocomplete_default_table = '';
|
||||
|
||||
/**
|
||||
* @var chart_activeTimeouts object active timeouts that refresh the charts. When disabling a realtime chart, this can be used to stop the continuous ajax requests
|
||||
*/
|
||||
var chart_activeTimeouts = {};
|
||||
|
||||
/**
|
||||
* @var central_column_list array to hold the columns in central list per db.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user