mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
(legacy) remove unused function alias_popup
This commit is contained in:
parent
b1743ce690
commit
d8ab1f0d34
@ -37,19 +37,3 @@ function notice_action(action,msgid) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
function alias_popup(alias_id,theme,loading) {
|
||||
domTT_update('ttalias_'+alias_id,"<a><img src='/themes/"+theme+"/images/misc/loader.gif'>"+loading+"</a>");
|
||||
jQuery.ajax({
|
||||
type: 'post',
|
||||
cache: false,
|
||||
url: "/index.php",
|
||||
data: {aliasid:alias_id, act:'alias_info_popup'},
|
||||
success: function(response) {
|
||||
//alert('<div>'+response.match(/<h1>.*<\/table>/i)+'<div>');
|
||||
domTT_update('ttalias_'+alias_id,'<div>'+response.match(/<h1>.*<\/table>/i)+'<div>');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user