forked from OpenNeo/impress
Emi Matchu
95ff69ee9a
The motivation is that I'm about to change one of them to remove a reference to an old placeholder library, so I want that change to be clear!
3 lines
135 B
JavaScript
3 lines
135 B
JavaScript
$("form.button_to input[type=submit]").click(function (e) {
|
|
if (!confirm(this.getAttribute("data-confirm"))) e.preventDefault();
|
|
});
|