mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Greatly improve adapters. Add twilio adapter for virtual numbers (no shortcode support before next version). Improve daemons exception + ERRORS handling. A lot of other little things
This commit is contained in:
parent
cbaa186c9e
commit
0c8fc7b3ac
17 changed files with 713 additions and 118 deletions
|
@ -81,7 +81,10 @@ jQuery(document).ready(function()
|
|||
e.preventDefault();
|
||||
jQuery(this).addClass('btn-warning');
|
||||
jQuery(this).removeClass('btn-confirm');
|
||||
jQuery(this).html('<span class="fa fa-trash-o"></span> Valider la suppression');
|
||||
|
||||
var btn_text = jQuery(this).attr('data-confirm-text') ? jQuery(this).attr('data-confirm-text') : '<span class="fa fa-trash-o"></span> Valider la suppression';
|
||||
|
||||
jQuery(this).html(btn_text);
|
||||
return false;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue