mirror of
https://github.com/samsonjs/stormy-weather.git
synced 2026-03-25 09:15:57 +00:00
7 lines
97 B
JavaScript
7 lines
97 B
JavaScript
$(function() {
|
|
|
|
$('#delete').click(function() {
|
|
return confirm("Are you sure?")
|
|
})
|
|
|
|
})
|