mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
Spelling bugfixes
This commit is contained in:
parent
7ab7ee9f5e
commit
d6f476312d
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ $(document).ready(function () {
|
|||
widget.data('query', data.query);
|
||||
widget.data('total', data.total);
|
||||
|
||||
widget.find('.offset').html(data.qyery.offset);
|
||||
widget.find('.limit').html(data.qyery.offset + data.qyery.offset.limit);
|
||||
widget.find('.offset').html(data.query.offset);
|
||||
widget.find('.limit').html(data.query.offset + data.query.limit);
|
||||
widget.find('.total').html(data.total);
|
||||
|
||||
widget.find(".results *").remove();
|
||||
|
|
Loading…
Reference in a new issue