From a6732f59e41fdcbccc71938dc88d22763f0f1d54 Mon Sep 17 00:00:00 2001 From: Mike Greiling Date: Thu, 27 Jul 2017 14:43:18 -0500 Subject: remove implied "GET" http method option --- app/assets/javascripts/users/user_tabs.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app/assets/javascripts/users') diff --git a/app/assets/javascripts/users/user_tabs.js b/app/assets/javascripts/users/user_tabs.js index 5b9f3a68138..ab7306c4f15 100644 --- a/app/assets/javascripts/users/user_tabs.js +++ b/app/assets/javascripts/users/user_tabs.js @@ -163,7 +163,6 @@ export default class UserTabs { $.ajax({ dataType: 'json', - type: 'GET', url: calendarPath, success: (activityData) => { $calendarWrap.html(CALENDAR_TEMPLATE); -- cgit v1.2.1