update material ui
This commit is contained in:
@@ -25,10 +25,7 @@ $(document).on('turbolinks:load', function() {
|
||||
$('.delete').click(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);
|
||||
var html_text = $(this).siblings( "#delete_text" ).html();
|
||||
swal({
|
||||
title: "Confirmation",
|
||||
text: html_text,
|
||||
|
||||
Reference in New Issue
Block a user