Fixed the lost id in the creation of 'static graph' in the visualmap. TICKET: #2536

This commit is contained in:
mdtrooper 2015-08-18 12:27:12 +02:00
parent 858c0d8c23
commit e3628acb01
1 changed files with 1 additions and 0 deletions

View File

@ -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')