fix: eventlog type variable collision (#5046)

This commit is contained in:
Tony Murray
2016-11-22 08:27:16 -06:00
committed by Neil Lathwood
parent 2aad2683b9
commit 6708c7cb81
3 changed files with 8 additions and 8 deletions

View File

@@ -22,6 +22,7 @@ var eventlog_grid = $("#eventlog").bootgrid({
return {
id: "eventlog",
device: "' .mres($vars['device']) .'",
eventtype: "' .mres($vars['eventtype']) .'",
};
},
url: "ajax_table.php"