mirror of
https://github.com/e107inc/e107.git
synced 2025-10-17 07:46:29 +02:00
Media-Manager fixes and refinements
This commit is contained in:
@@ -199,8 +199,8 @@ $(document).ready(function()
|
||||
|
||||
|
||||
// Basic Delete Confirmation
|
||||
$("input.delete").click(function(){
|
||||
var answer = confirm($(this).attr("title")+ " ?");
|
||||
$("input.delete,button.delete").click(function(){
|
||||
var answer = confirm($(this).attr("data-confirm"));
|
||||
return answer // answer is a boolean
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user