From 5a597c96061712e1a08ddec2c15129ba2ed9e4f3 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Tue, 30 Jun 2015 20:40:27 -0700 Subject: Added line that disables caching with a ajax client call that was causing errors to be thrown in IE10 --- web/react/utils/client.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'web/react/utils/client.jsx') diff --git a/web/react/utils/client.jsx b/web/react/utils/client.jsx index 15b6ace91..a43e4eec5 100644 --- a/web/react/utils/client.jsx +++ b/web/react/utils/client.jsx @@ -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; -- cgit v1.2.3-1-g7c22