Merge pull request #170 from rehandalal/locale-filter

[bug 1182880] Add locale filtering
This commit is contained in:
Mike Cooper 2015-08-10 12:16:36 -07:00
Родитель bfd7b0fd78 72bdb37416
Коммит 0e0166776f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -266,7 +266,7 @@
endpoint += '?product=' + PRODUCT;
endpoint += '&is_solved=0';
endpoint += '&is_taken=0';
// endpoint += '&locale=' + locale; Bug 1148428 - Temporary disabled
endpoint += '&locale=' + locale;
endpoint += '&ordering=-updated';
endpoint += '&format=json'; // TODO bug 1088014