diff --git a/data/interfaces/remix/searchresults.html b/data/interfaces/remix/searchresults.html index 5109d10b..b02fedd6 100644 --- a/data/interfaces/remix/searchresults.html +++ b/data/interfaces/remix/searchresults.html @@ -57,11 +57,11 @@ "oLanguage": { "sLengthMenu":"Show _MENU_ results per page", "sEmptyTable": "No results", - "sInfo":"Showing _TOTAL_ results", + "sInfo":"Showing _START_ to _END_ of _TOTAL_ results", "sInfoEmpty":"Showing 0 to 0 of 0 results", "sInfoFiltered":"(filtered from _MAX_ total results)"}, - "bPaginate": false, - "bFilter": false, + "iDisplayLength": 25, + "sPaginationType": "full_numbers", "aaSorting": [] }); diff --git a/headphones/version.py b/headphones/version.py index b6c5af53..0dda129e 100644 --- a/headphones/version.py +++ b/headphones/version.py @@ -1 +1 @@ -HEADPHONES_VERSION = "develop" \ No newline at end of file +HEADPHONES_VERSION = "master" \ No newline at end of file