- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get your taxes done using TurboTax
Here is some more information - no guarantees - be sure to make backup copies if you want to edit the files and try to fix it.
More precisely for TT 2015 I believe the file /Content/Assets/asset_service.js
file line with ( function () { return { bus: ServiceBus, handler: ServiceBusRequestHandler }; })();
was changed to: ( function () {
and the lines return {
< bus: ServiceBus,
< handler: ServiceBusRequestHandler
< };
< })();
were added to the end of the file.
=================================
For 2014 it seems to be /Contents/Resources/Forms/1040_14.formset/Contents/MacOS/ial/offline-content.js
line with (function () { return { bus: ServiceBus, handler: ServiceBusRequestHandler }; })();
changed to ( function () {
and the lines return {
< bus: ServiceBus,
< handler: ServiceBusRequestHandler
< };
< })();
were added to the end of the file.