mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user