mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-21 15:54:22 +01:00
remove debug info
This commit is contained in:
parent
427725f927
commit
d9676b604c
@ -750,7 +750,6 @@ Application.Controllers.controller('CreateEventModalController', ['$scope', '$ui
|
|||||||
}
|
}
|
||||||
|
|
||||||
const localizedList = function (items) {
|
const localizedList = function (items) {
|
||||||
console.log(items)
|
|
||||||
if (items.length === 0) return `<span class="text-gray text-italic">${_t("app.admin.calendar.none")}</span>`;
|
if (items.length === 0) return `<span class="text-gray text-italic">${_t("app.admin.calendar.none")}</span>`;
|
||||||
|
|
||||||
const names = items.map(function (i) { return $sce.trustAsHtml(`<strong>${i.name}</strong>`); });
|
const names = items.map(function (i) { return $sce.trustAsHtml(`<strong>${i.name}</strong>`); });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user