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…
Reference in New Issue