update admin bsb for add order design

This commit is contained in:
Aung Myo
2017-10-23 13:58:54 +06:30
parent 1147b81a8a
commit 735dc228db
3 changed files with 7 additions and 8 deletions

View File

@@ -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,