Fixed timeslider

This commit is contained in:
SamTv12345 2024-07-16 13:47:59 +02:00
parent ea5073ce13
commit a3e9f29558
4 changed files with 85 additions and 49 deletions

View file

@ -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);