mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
change icon
This commit is contained in:
parent
6661dbc729
commit
dc96fbfb64
@ -454,7 +454,7 @@ define([
|
||||
if (onMove && !onMove.disableMove) {
|
||||
let text = onMove.isTicketActive ? Messages.support_movePending
|
||||
: Messages.support_moveActive;
|
||||
move = h('button.btn.btn-secondary', { title: text }, Icons.get('history'));
|
||||
move = h('button.btn.btn-secondary', { title: text }, Icons.get('archive'));
|
||||
Util.onClickEnter($(move), function () {
|
||||
onMove(ticket, id, content);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user