Этот коммит содержится в:
=Corey Hulen
2016-01-09 09:22:14 -06:00
родитель b1a7c1acf1
Коммит 3edcf960a0
4 изменённых файлов: 8 добавлений и 12 удалений

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

@@ -857,7 +857,7 @@ export function listCommands(success, error) {
url: '/api/v1/commands/list',
dataType: 'json',
contentType: 'application/json',
type: 'POST',
type: 'GET',
success,
error: function onError(xhr, status, err) {
var e = handleError('listCommands', xhr, status, err);