Small security update to the indicidual API files

This commit is contained in:
DL6ER
2017-02-19 19:05:06 +01:00
parent 91c563692e
commit 8a0839f439
3 changed files with 13 additions and 2 deletions

View File

@@ -104,7 +104,7 @@ function updateQueryTypes() {
var colors = [];
// Get colors from AdminLTE
$.each($.AdminLTE.options.colors, function(key, value) { colors.push(value); });
var v = [], c = [], k = [];
var v = [], c = [], k = [], iter;
// Collect values and colors, and labels
if(data.hasOwnProperty("querytypes"))
{