2012-06-26 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* operation/events/events.php: Url tag compatible with IE9.
	
	Merged from branches.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6712 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2012-06-26 09:08:27 +00:00
parent 199fb87920
commit 330322ad0c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2012-06-26 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* operation/events/events.php: Url tag compatible with IE9.
Merged from branches.
2012-06-25 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_graph.php: cleaned source code style.

View File

@ -277,8 +277,8 @@ if ($config["pure"] == 0) {
window.open(url, '<?php __('Sound Alerts'); ?>','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');
}
</script>