From 7aa78eff25f24baf98644b6e1ac3cb3b1d277820 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Mon, 20 Oct 2014 13:18:31 +0200 Subject: [PATCH] Removed the definition of a javascript function --- pandora_console/operation/events/events.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index fbe612946d..8eb29bfc08 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -390,10 +390,6 @@ if ($config["pure"] == 0 || $meta) { 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, '','width=300, height=300, toolbar=no, location=no, directories=no, status=no, menubar=no'); - }