Added line that disables caching with a ajax client call that was causing errors to be thrown in IE10
Этот коммит содержится в:
@@ -280,6 +280,7 @@ module.exports.getMeSynchronous = function(success, error) {
|
|||||||
url: "/api/v1/users/me",
|
url: "/api/v1/users/me",
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
contentType: 'application/json',
|
contentType: 'application/json',
|
||||||
|
cache: false,
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
success: function(data, textStatus, xhr) {
|
success: function(data, textStatus, xhr) {
|
||||||
current_user = data;
|
current_user = data;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user