update material ui

This commit is contained in:
Aung Myo
2017-10-26 17:02:26 +06:30
parent 6b88403186
commit 92ef1dcdae
12 changed files with 231 additions and 215 deletions

View File

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