mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 06:08:33 +08:00
[DE] Fix bug 57754
This commit is contained in:
@ -560,7 +560,10 @@ define([
|
||||
this.rbChangesTip = new Common.UI.RadioBox({
|
||||
el :$markup.findById('#fms-rb-show-track-tooltips'),
|
||||
name : 'show-track-changes',
|
||||
labelText : this.txtChangesTip
|
||||
labelText : this.txtChangesTip,
|
||||
dataHint: '2',
|
||||
dataHintDirection: 'left',
|
||||
dataHintOffset: 'small'
|
||||
});
|
||||
|
||||
this.rbShowChangesNone = new Common.UI.RadioBox({
|
||||
|
||||
Reference in New Issue
Block a user