mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Small security update to the indicidual API files
This commit is contained in:
@@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user