Fixed issue with logout in active sessions not working in ie10

Этот коммит содержится в:
Reed Garmsen
2015-08-20 20:34:16 -07:00
родитель c1afc988cb
Коммит d629248151

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

@@ -252,6 +252,7 @@ module.exports.revokeSession = function(altId, success, error) {
module.exports.getSessions = function(userId, success, error) {
$.ajax({
cache: false,
url: '/api/v1/users/' + userId + '/sessions',
dataType: 'json',
contentType: 'application/json',
@@ -789,6 +790,7 @@ module.exports.removeChannelMember = function(id, data, success, error) {
module.exports.getProfiles = function(success, error) {
$.ajax({
cache: false,
url: '/api/v1/users/profiles',
dataType: 'json',
contentType: 'application/json',