mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fixed the javascript bug with lines in the visualmap. TICKET: #2464
This commit is contained in:
parent
f14b07014f
commit
8b608a43f5
@ -271,10 +271,5 @@ ui_require_javascript_file ('pandora_visual_console');
|
|||||||
?>
|
?>
|
||||||
});
|
});
|
||||||
|
|
||||||
$(window).load(function() {
|
|
||||||
if (typeof(lines) != 'undefined') {
|
|
||||||
draw_lines (lines, 'layout_map');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
/* ]]> */
|
/* ]]> */
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user