mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminando servicios manipulados y preimpresion
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
/**
|
||||
* Send Invoice Offcanvas
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
(function () {
|
||||
// Send invoice textarea
|
||||
const invoiceMsg = document.querySelector('#invoice-message');
|
||||
|
||||
const trimMsg = invoiceMsg.textContent.replace(/^\s+|\s+$/gm, '');
|
||||
|
||||
invoiceMsg.value = trimMsg;
|
||||
})();
|
||||
Reference in New Issue
Block a user