mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Fixed the lost id in the creation of 'static graph' in the visualmap. TICKET: #2536
This commit is contained in:
parent
858c0d8c23
commit
e3628acb01
@ -1511,6 +1511,7 @@ function createItem(type, values, id_data) {
|
||||
img_src = "images/spinner.gif";
|
||||
|
||||
item = $('<div></div>')
|
||||
.attr('id', id_data)
|
||||
.attr('class', 'item ' + class_type)
|
||||
.css('text-align', 'center')
|
||||
.css('position', 'absolute')
|
||||
|
Loading…
x
Reference in New Issue
Block a user