mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
merge
This commit is contained in:
commit
706f9de09b
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user