From d8ab1f0d34b75efecd72f422dde2032e091ce6e8 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sun, 1 Nov 2015 11:30:33 +0000 Subject: [PATCH] (legacy) remove unused function alias_popup --- src/www/javascript/ticker.js | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/www/javascript/ticker.js b/src/www/javascript/ticker.js index 734ffbdc2..66d165a3c 100644 --- a/src/www/javascript/ticker.js +++ b/src/www/javascript/ticker.js @@ -37,19 +37,3 @@ function notice_action(action,msgid) { } }); } - - - -function alias_popup(alias_id,theme,loading) { - domTT_update('ttalias_'+alias_id,""+loading+""); - jQuery.ajax({ - type: 'post', - cache: false, - url: "/index.php", - data: {aliasid:alias_id, act:'alias_info_popup'}, - success: function(response) { - //alert('
'+response.match(/

.*<\/table>/i)+'
'); - domTT_update('ttalias_'+alias_id,'
'+response.match(/

.*<\/table>/i)+'
'); - } - }); -}