Initial code commit.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
window.boomerangHelper = {
|
||||
init: function (config) {
|
||||
if (window.BOOMR && window.BOOMR.init) {
|
||||
BOOMR.init(config);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
addVar: function (key, value) {
|
||||
if (window.BOOMR) {
|
||||
BOOMR.addVar(key, value);
|
||||
}
|
||||
},
|
||||
|
||||
sendBeacon: function () {
|
||||
if (window.BOOMR) {
|
||||
BOOMR.sendBeacon();
|
||||
}
|
||||
}
|
||||
};
|
||||
5360
ui/Sufi.Demo.PeopleDirectory.UI/Client/wwwroot/js/boomerang.js
Normal file
5360
ui/Sufi.Demo.PeopleDirectory.UI/Client/wwwroot/js/boomerang.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user