myems-admin/js/plugins/fullcalendar/gcal.js
Function transformOptions
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function transformOptions(sourceOptions, start, end, timezone) {
var success = sourceOptions.success;
var data = $.extend({}, sourceOptions.data || {}, {
singleevents: true,
Function success
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
success: function(data) {
var events = [];
if (data.feed.entry) {
$.each(data.feed.entry, function(i, entry) {