commit
a82bee0216
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ $("#order").children().click(function() {
|
|||
$.cookie('orderMethodShare', $(this).children().attr("data-method"));
|
||||
location.href = "/Admin/Shares?page=1";
|
||||
})
|
||||
$("[data-action='delete'").click(function() {
|
||||
$("[data-action='delete']").click(function() {
|
||||
var shareId = $(this).attr("data-id");
|
||||
$(this).attr("disabled", "true");
|
||||
var thisObj = $(this);
|
||||
|
@ -79,4 +79,4 @@ $("#delAll").click(function(){
|
|||
}, function(data) {
|
||||
location.href = "/Admin/Shares?page=1";
|
||||
});
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue