Removed the definition of a javascript function
This commit is contained in:
parent
6f6e1c3d9f
commit
7aa78eff25
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue