We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78dbd51 + 239abab commit af04517Copy full SHA for af04517
1 file changed
src/views/patchesList.php
@@ -129,4 +129,7 @@
129
$('#action').val('skip');
130
$('#patchesForm').submit();
131
});
132
+$(".patch-reset").click(function() {
133
+ return confirm('You are about to reset your complete database. Are you sure you want to continue?');
134
+});
135
</script>
0 commit comments