[Web] ays dialog for PO deletion
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user