Several users are not able to load a certain page include in IE or Firefox. I tested in IE11 and confirmed that the include returns this console error:
Works fine in Chrome.
I believe that the problem may be with this custom field renderer:
'renderTime': function (field, value) { var formattedTime = $t.formatTime("h:mm a", $t.parseSFDateTime(value));
skuid.ui.fieldRenderers.TEXT[field.mode](field, formattedTime);
},
Where $t = skuid.time, and the field in question is a DATETIME.
It is me or is it skuid?