mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
fix(support): fix missing section in help-desk
This commit is contained in:
parent
5558694df4
commit
b838e49377
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user