Fixed the javascript bug with lines in the visualmap. TICKET: #2464

This commit is contained in:
mdtrooper 2015-07-16 14:59:29 +02:00
parent f14b07014f
commit 8b608a43f5
1 changed files with 0 additions and 5 deletions

View File

@ -271,10 +271,5 @@ ui_require_javascript_file ('pandora_visual_console');
?>
});
$(window).load(function() {
if (typeof(lines) != 'undefined') {
draw_lines (lines, 'layout_map');
}
});
/* ]]> */
</script>