Fixed error with module graph update in visual console. Ticket #2825 (In progress)

This commit is contained in:
Arturo Gonzalez Diaz 2015-09-28 09:22:59 +02:00
parent 47c3780f42
commit 8201643998
1 changed files with 4 additions and 2 deletions

View File

@ -1797,12 +1797,14 @@ function updateDB_visual(type, idElement , values, event, top, left) {
case 'label':
case 'icon':
case 'module_graph':
/*
if (type == 'module_graph') {
$("#image_" + idElement).attr("src", "images/spinner.gif");
setModuleGraph(idElement);
}
*/
if ((typeof(values['mov_left']) != 'undefined') &&
(typeof(values['mov_top']) != 'undefined')) {
$("#" + idElement).css('top', '0px').css('top', top + 'px');