blob: 9443d5b018f3859c76672b5c0e4d0cbffa498c87 [file] [log] [blame]
function removeService(service) {
$.ajax({
type: 'POST',
url: '/admin/remove/' + service,
success: function(result) {
location.reload();
}
});
}