- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get your taxes done using TurboTax
Yes I'm well versed in terminal and doc editing tools. Albeit, I did everything using the GUI, Finder and editor. The trick is to get to the user's default Library ( ~/Library/ ) folder and understand what to edit or how to rearrange the text string within the script file. Easy peasy as it were. Thanks again for the tip.
The working version of offline-content.js
(function () {
if (typeof module !== 'undefined' && module.exports) {
module.exports = {
returnPriorityList : returnPriorityList,
buildQuery: buildQuery,
loadJSONForGroup: loadJSONForGroup
}
}
return {
bus: ServiceBus,
handler: ServiceBusRequestHandler
};
})()
‎September 16, 2021
9:55 AM