File tree Expand file tree Collapse file tree 5 files changed +26
-23
lines changed
Expand file tree Collapse file tree 5 files changed +26
-23
lines changed Original file line number Diff line number Diff line change 1+ ## 22.02.2
2+ - Fixed a bug where the minified version had issues with the heatmap feature
3+
14## 22.02.1
25- Fixed a bug where heatmap files were not loading
36
Original file line number Diff line number Diff line change 3030
3131Countly web SDK is available on CDNJS. Use either
3232
33- [ https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/22.02.1 /countly.min.js ] ( https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/22.02.1 /countly.min.js )
33+ [ https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/22.02.2 /countly.min.js ] ( https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/22.02.2 /countly.min.js )
3434
3535or
3636
Original file line number Diff line number Diff line change 157157 */
158158 Countly . onload = Countly . onload || [ ] ;
159159
160- var SDK_VERSION = "22.02.1 " ;
160+ var SDK_VERSION = "22.02.2 " ;
161161 var SDK_NAME = "javascript_native_web" ;
162162
163163 var urlParseRE = / ^ ( ( ( ( [ ^ : \/ # \? ] + : ) ? (?: ( \/ \/ ) ( (?: ( ( [ ^ : @ \/ # \? ] + ) (?: \: ( [ ^ : @ \/ # \? ] + ) ) ? ) @ ) ? ( ( [ ^ : \/ # \? \] \[ ] + | \[ [ ^ \/ \] @ # ? ] + \] ) (?: \: ( [ 0 - 9 ] + ) ) ? ) ) ? ) ? ) ? ( ( \/ ? (?: [ ^ \/ \? # ] + \/ + ) * ) ( [ ^ \? # ] * ) ) ) ? ( \? [ ^ # ] + ) ? ) ( # .* ) ? / ;
42654265 loaded = true ;
42664266 } ;
42674267 if ( callback ) {
4268- fileRef . onreadystatechange = callbackFunction ( ) ;
4269- fileRef . onload = callbackFunction ( ) ;
4268+ fileRef . onreadystatechange = callbackFunction ;
4269+ fileRef . onload = callbackFunction ;
42704270 }
42714271 document . getElementsByTagName ( "head" ) [ 0 ] . appendChild ( fileRef ) ;
42724272 }
You can’t perform that action at this time.
0 commit comments