Skip to content
Snippets Groups Projects
Commit a6732f59 authored by Mike Greiling's avatar Mike Greiling
Browse files

remove implied "GET" http method option

parent 8cfc89bc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -163,7 +163,6 @@ export default class UserTabs {
 
$.ajax({
dataType: 'json',
type: 'GET',
url: calendarPath,
success: (activityData) => {
$calendarWrap.html(CALENDAR_TEMPLATE);
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment