Commit 4bee8b111f0a81a8f5ace9d64e8e2fb71d6a5a00

Authored by Victor Costa
1 parent dc535fb6

Fix pagination

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/requirejs-config.js
... ... @@ -15,7 +15,7 @@ requirejs.config({
15 15 jquery_timeago: 'jquery.timeago',
16 16 jquery_timeago_pt: 'jquery.timeago.pt-br',
17 17 jquery_simplePagination: 'jquery.simplePagination',
18   - jquery_simplePagination: 'footable',
  18 + jquery_footable: 'footable',
19 19 handlebars: 'handlebars-v3.0.1',
20 20 handlebars_helpers: 'handlebars-helpers',
21 21 jquery_maxlength: 'jquery.maxlength.min',
... ...