mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Merge branch 'appconfig_ui' into 2024.6-test
This commit is contained in:
commit
4f484cc611
@ -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'; }
|
||||
|
||||
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user