update admin bsb for add order design
This commit is contained in:
@@ -26,6 +26,9 @@ $(function(){
|
||||
var method = $(this).attr('data-method');
|
||||
var url = $(this).attr('data-ref');
|
||||
var html_text = $( this ).siblings( "#delete_text" ).html();
|
||||
console.log(method);
|
||||
console.log(url);
|
||||
console.log(html_text);
|
||||
swal({
|
||||
title: "Confirmation",
|
||||
text: html_text,
|
||||
|
||||
Reference in New Issue
Block a user