Refactored ViewImage modal and made it automatically play animated gifs

Этот коммит содержится в:
hmhealey
2015-12-18 12:14:15 -05:00
родитель d4a139c09a
Коммит 46a59252b6
6 изменённых файлов: 254 добавлений и 200 удалений

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

@@ -1076,7 +1076,9 @@ export function getFileInfo(filename, success, error) {
dataType: 'json',
contentType: 'application/json',
type: 'GET',
success,
success: (data) => {
success(data);
},
error: function onError(xhr, status, err) {
var e = handleError('getFileInfo', xhr, status, err);
error(e);