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,
|
||||
|
||||
@@ -226,5 +226,13 @@ section.content {
|
||||
}
|
||||
/* END FORM */
|
||||
|
||||
.form-group span.help-block {
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
font-weight: normal;
|
||||
color: #F44336;
|
||||
}
|
||||
|
||||
/* End Reset Theme */
|
||||
/* *************************************************** */
|
||||
Reference in New Issue
Block a user