mirror of
https://github.com/samsonjs/stormy-weather.git
synced 2026-04-24 14:37:41 +00:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
$(function() {
|
|
|
|
$('#delete').click(function() {
|
|
return confirm("Are you sure you want to delete " + window.SI.email + "?")
|
|
})
|
|
|
|
})
|