mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Added line that disables caching with a ajax client call that was causing errors to be thrown in IE10
This commit is contained in:
@@ -280,6 +280,7 @@ module.exports.getMeSynchronous = function(success, error) {
|
||||
url: "/api/v1/users/me",
|
||||
dataType: 'json',
|
||||
contentType: 'application/json',
|
||||
cache: false,
|
||||
type: 'GET',
|
||||
success: function(data, textStatus, xhr) {
|
||||
current_user = data;
|
||||
|
||||
Reference in New Issue
Block a user