BigW Consortium Gitlab

Commit a6732f59 by Mike Greiling

remove implied "GET" http method option

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