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,

View File

@@ -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 */
/* *************************************************** */