fix [
This commit is contained in:
parent
9bf48d27b1
commit
994f1d566e
|
@ -27,7 +27,7 @@ var connKey = '<?php echo $connkey ?>';
|
||||||
|
|
||||||
var eventData = {
|
var eventData = {
|
||||||
Id: '<?php echo $event['Id'] ?>',
|
Id: '<?php echo $event['Id'] ?>',
|
||||||
MonitorId: '<?php echo $event{'MonitorId'] ?>',
|
MonitorId: '<?php echo $event['MonitorId'] ?>',
|
||||||
Width: '<?php echo $event['Width'] ?>',
|
Width: '<?php echo $event['Width'] ?>',
|
||||||
Height: '<?php echo $event['Height'] ?>',
|
Height: '<?php echo $event['Height'] ?>',
|
||||||
Length: '<?php echo $event['Length'] ?>'
|
Length: '<?php echo $event['Length'] ?>'
|
||||||
|
|
Loading…
Reference in New Issue