Commit 0945445740dc257add45176202e1346b2e659bf3
1 parent
5162a8a6
usunięte powtórzenie
--HG-- branch : beta
Showing
1 changed file
with
0 additions
and
2 deletions
dictionary/static/js/lexeme-view.js
... | ... | @@ -122,8 +122,6 @@ $.each(column_data, function(key, data) { |
122 | 122 | |
123 | 123 | $.extend(slickgrid, { |
124 | 124 | grid_id: 'lexemes', |
125 | - loader: new Slick.Data.RemoteModel( | |
126 | - $dj.ajax_get_page, $dj.ajax_search_index), | |
127 | 125 | grid_caption: gettext("Lexemes"), |
128 | 126 | counter: function(count) { |
129 | 127 | "use strict"; |
... | ... |