case 4137
This commit is contained in:
@@ -133,6 +133,15 @@ function ayRegisterHelpers() {
|
||||
} //eof
|
||||
|
||||
|
||||
///////////////////////////////////////////
|
||||
// Concat helper using
|
||||
// https://stackoverflow.com/a/52571635/8939
|
||||
//
|
||||
Handlebars.registerHelper('ayConcat', function() {
|
||||
arguments = [...arguments].slice(0, -1);
|
||||
return arguments.join('');
|
||||
});
|
||||
|
||||
//##################################### LOCALIZATION & TRANSLATION ###################################################
|
||||
|
||||
///////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user