Client's public folder renamed to static
Regular campaign sender seems to have most of the code in place. (Not tested.)
This commit is contained in:
parent
89eabea0de
commit
63765f7222
354 changed files with 836 additions and 324 deletions
|
@ -1,7 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
// FIXME - process also urlencoded strings - this is for the mosaico/img/template, which passes the file in src parameter
|
||||
|
||||
function base(text, trustedBaseUrl, sandboxBaseUrl) {
|
||||
if (trustedBaseUrl.endsWith('/')) {
|
||||
trustedBaseUrl = trustedBaseUrl.substring(0, trustedBaseUrl.length - 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue