mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 19:29:15 -04:00
Change changesetLoader to run every 200ms:wq
This commit is contained in:
parent
b8591edc8d
commit
ccfb0e2d56
2 changed files with 3 additions and 3 deletions
|
@ -109,7 +109,7 @@ $.Class("RevisionSlider",
|
|||
while (str.length < length)
|
||||
str = '0' + str;
|
||||
return str;
|
||||
}
|
||||
};
|
||||
var months = [
|
||||
html10n.get("timeslider.month.january"),
|
||||
html10n.get("timeslider.month.february"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue