Merge branch 'appconfig_ui' into 2024.6-test

This commit is contained in:
yflory 2024-06-24 15:25:47 +02:00
commit 4f484cc611
2 changed files with 2 additions and 2 deletions

View File

@ -1123,7 +1123,7 @@ define([
var icon = h('i.fa.fa-file-text-o');
if (AppConfig.applicationsIcon && AppConfig.applicationsIcon[type]) {
var icon = AppConfig.applicationsIcon[type];
icon = AppConfig.applicationsIcon[type];
var font = icon.indexOf('cptools') === 0 ? 'cptools' : 'fa';
if (type === 'fileupload') { type = 'file'; }
if (type === 'folderupload') { type = 'file'; }

View File

@ -190,7 +190,7 @@ define([
commit();
});
var conflicts, conflictContainer, titleInput, tagsDiv, colors, text;
var conflicts, conflictContainer, titleInput, tagsDiv, text;
var content = h('div', [
conflictContainer = h('div#cp-kanban-edit-conflicts', [
h('div', Messages.kanban_conflicts),