mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed error with module graph update in visual console. Ticket #2825 (In progress)
This commit is contained in:
parent
47c3780f42
commit
8201643998
@ -1798,10 +1798,12 @@ function updateDB_visual(type, idElement , values, event, top, left) {
|
||||
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')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user