fix
This commit is contained in:
parent
a0d22dc5ca
commit
4cdeab1218
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ SL.Calendar = (function() {
|
||||||
menuItems[i.id] = {action: i.action, tags: i.tags};
|
menuItems[i.id] = {action: i.action, tags: i.tags};
|
||||||
if (i.tags) {
|
if (i.tags) {
|
||||||
i.tags.split(" ").forEach(function(tag) {
|
i.tags.split(" ").forEach(function(tag) {
|
||||||
tags.push(tag.replace(/[^a-Z0-9_-]/g, ''));
|
tags.push(tag);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue