Changeset 2421985
- Timestamp:
- 11/20/2020 02:21:07 AM (5 years ago)
- Location:
- indicative-analytics/trunk
- Files:
-
- 2 edited
-
assets/js/link-tracker.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indicative-analytics/trunk/assets/js/link-tracker.js
r2421981 r2421985 29 29 30 30 jQuery(document).ready(function () { 31 if ( Indicative){31 if (typeof Indicative != "undefined"){ 32 32 indicativeLinkTracker.trackLinks(); 33 33 } -
indicative-analytics/trunk/readme.txt
r2421981 r2421985 41 41 42 42 43 = 1. 5=43 = 1.6 = 44 44 * Bug fixes: Fixed javascript exception being thrown if the Indicative SDK didn't load. 45 45 * Branding: Updated Indicative Branding 46 47 = 1.5 = 48 * Bump Version 46 49 47 50 = 1.4 =
Note: See TracChangeset
for help on using the changeset viewer.