Spelling bugfixes

pull/651/head
Egil Moeller 2012-04-18 10:16:41 +02:00
parent 7ab7ee9f5e
commit d6f476312d
1 changed files with 2 additions and 2 deletions

View File

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