stormy-weather/public/js/admin-account.js
2012-02-05 22:01:28 -08:00

7 lines
138 B
JavaScript

$(function() {
$('#delete').click(function() {
return confirm("Are you sure you want to delete " + window.SI.email + "?")
})
})