This commit is contained in:
Zuzanna 2025-12-22 18:36:11 +01:00
commit 706f9de09b

View File

@ -93,7 +93,6 @@ define([
fillOO(messages);
loading = false;
callback(null, messages);
});
};
@ -440,6 +439,9 @@ define([
var _prev = h('button.cp-toolbar-history-previous', { title: Messages.history_prev }, [
Icons.get('history-prev')
]);
var _prev = h('button.cp-toolbar-history-previous', { title: Messages.history_prev }, [
h('i.fa.fa-step-backward')
]);
$fastPrev = $(fastPrev);
$prev = $(_prev);
$fastNext = $(fastNext).prop('disabled', 'disabled');