[Web] ays dialog for PO deletion

This commit is contained in:
andryyy
2020-04-18 10:15:03 +02:00
parent 746f5a1128
commit b666c7664b
6 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
$(document).ready(function() {
$(".arrow-toggle").on('click', function(e) { e.preventDefault(); $(this).find('.arrow').toggleClass("animation"); });
$("#pushover_delete").click(function() { return confirm(lang.delete_ays); });
$(".goto_checkbox").click(function( event ) {
$("form[data-id='editalias'] .goto_checkbox").not(this).prop('checked', false);
if ($("form[data-id='editalias'] .goto_checkbox:checked").length > 0) {