JxP
Level 1

Get your taxes done using TurboTax

On Catalina w/ TurboTax Home & Business 2014 modifying the offline-content.js in the ~/Library/ApplicationSupport/TurboTax 2014/Forms/1040_14.formset/Contents/MacOS/ial directory worked. Oddly the 2015 unpatched version did not crash. Modifying the offline-content.js in the /Applications directory has no effect, since the user's ~/Library/ApplicationSupport takes priority.

 

Last few lines of offline-content.js appear as follows...

 

(function () {
if (typeof module !== 'undefined' && module.exports) {
module.exports = {
returnPriorityList : returnPriorityList,
buildQuery: buildQuery,
loadJSONForGroup: loadJSONForGroup
}
}
return {
bus: ServiceBus,
handler: ServiceBusRequestHandler
};
})();