Fix #65
This commit is contained in:
parent
7aae44f6cc
commit
0b79642f6a
|
@ -75,7 +75,7 @@
|
|||
'<%= $link %>',
|
||||
% }
|
||||
];
|
||||
var text = "<%= l('Hello,\n\nHere\'s some files I want to share with you:\n') %>";
|
||||
var text = "<%== l('Hello,\n\nHere\'s some files I want to share with you:\n') %>";
|
||||
links.forEach(function(name, index, array) {
|
||||
var item = findItem(name);
|
||||
if (item !== null && item !== undefined) {
|
||||
|
|
Loading…
Reference in New Issue