Aleksander Machniak
2013-10-30 60e1b34e33a2030b016f22a133ce03983588697b
Fix typo in last commit
1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -2778,7 +2778,7 @@
      data._search = this.env.search_request;
    if (this.env.display_next && this.env.next_uid)
      post_data._next_uid = this.env.next_uid;
      data._next_uid = this.env.next_uid;
    return data;
  };