Skip to content

Commit

Permalink
tv
Browse files Browse the repository at this point in the history
  • Loading branch information
eliooses committed Oct 14, 2015
1 parent aebdb27 commit 6f008de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tv/js/catalogue.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(function () {
&order=1 or &order=-1
shows/1?keywords=
*/
$.get("http://crossorigin.me/http://eztvapi.re/shows/"+page+"?sort=year&order=1", function (data) {
$.get("http://crossorigin.me/http://eztvapi.re/shows/"+page+"?sort=year&order=-1", function (data) {
i = 0;
var html = "";
$.each(data, function (i, movie) {
Expand Down

0 comments on commit 6f008de

Please sign in to comment.