mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
Fixed timeslider
This commit is contained in:
parent
ea5073ce13
commit
a3e9f29558
4 changed files with 85 additions and 49 deletions
2
src/static/js/vendors/html10n.js
vendored
2
src/static/js/vendors/html10n.js
vendored
|
@ -725,7 +725,7 @@ export let html10n = (function(window, document, undefined) {
|
|||
return;
|
||||
|
||||
// initialize _pluralRules
|
||||
if (!this._pluralRules)
|
||||
if (!("_pluralRules" in this))
|
||||
this._pluralRules = getPluralRules(html10n.language);
|
||||
var index = this._pluralRules(n);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue