mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
5 lines
166 B
JavaScript
5 lines
166 B
JavaScript
function Remove_Alias(alias) {
|
|
ajax.get("wiki.php?action=delete_alias&auth=" + authkey + "&alias=" + alias, function(response){
|
|
$('#alias_' + alias).hide();
|
|
});
|
|
} |