swal({
title: 'Are you sure?',
text: "You won't be able to revert this!",
type: 'warning',
showCancelButton: false,
confirmButtonColor: '#3085d6',
confirmButtonText: 'Kaydi tamamla'
}).then(function () {
window.location.href('/index.php'); // anasayfa adresiniz http://siteadi.com da olabilir
})