[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

@@ -14,6 +14,7 @@ $(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); });
});
jQuery(function($){
// http://stackoverflow.com/questions/24816/escaping-html-strings-with-jquery