diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7815a99367..d7bc656415 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2012-06-26 Juan Manuel Ramon + + * operation/events/events.php: Url tag compatible with IE9. + + Merged from branches. + 2012-06-25 Miguel de Dios * include/functions_graph.php: cleaned source code style. diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 4dda9cafc7..ddaaa2e41c 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -277,8 +277,8 @@ if ($config["pure"] == 0) { window.open(url, '','width=300, height=300, toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=yes'); } - function openURLTagWindow(url) { - window.open(url, url,'width=300, height=300, toolbar=no, location=no, directories=no, status=no, menubar=no'); + function openURLTagWindow(url) { + window.open(url, '','width=300, height=300, toolbar=no, location=no, directories=no, status=no, menubar=no'); }