segment-boneyard / analytics-magento

[DEPRECATED] The hassle-free way to integrate analytics into any Magento store.
15 stars 19 forks source link

Remove Unneeded Global Inline JSON variable declarations #48

Closed astorm closed 10 years ago

astorm commented 10 years ago

Since we switched to outputting a JSON directly inline, many but not all of the global segmentanalytics* are no longer needed. (For example, the product JSON is still needed since the frontend image and review implementation rely on it).

We should remove the global JSON that isn't needed before wrapping things up.

astorm commented 10 years ago

Done.