fix(support): fix missing section in help-desk

This commit is contained in:
yflory 2026-03-25 15:30:52 +01:00
parent 5558694df4
commit b838e49377

View File

@ -274,7 +274,7 @@ define([
var container;
if (d.lastAdmin) { container = col3; }
else if (d.premium) { container = col1; }
if (/\[Automatic\]/.test(d.title)) { container = col6; }
else if (/\[Automatic\]/.test(d.title)) { container = col6; }
else { container = col2; }
$(container).append(ticket);