mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +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";
|
img_src = "images/spinner.gif";
|
||||||
|
|
||||||
item = $('<div></div>')
|
item = $('<div></div>')
|
||||||
|
.attr('id', id_data)
|
||||||
.attr('class', 'item ' + class_type)
|
.attr('class', 'item ' + class_type)
|
||||||
.css('text-align', 'center')
|
.css('text-align', 'center')
|
||||||
.css('position', 'absolute')
|
.css('position', 'absolute')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user