Removed the definition of a javascript function

This commit is contained in:
Alejandro Gallardo Escobar 2014-10-20 13:18:31 +02:00
parent 6f6e1c3d9f
commit 7aa78eff25
1 changed files with 0 additions and 4 deletions

View File

@ -390,10 +390,6 @@ if ($config["pure"] == 0 || $meta) {
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, '','width=300, height=300, toolbar=no, location=no, directories=no, status=no, menubar=no');
}
</script>
<?php
}