mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
add missing tracking.js to #128
This commit is contained in:
13
tracking.js
Normal file
13
tracking.js
Normal file
@@ -0,0 +1,13 @@
|
||||
(function () {
|
||||
|
||||
function trackUsage(eventname, obj) {
|
||||
//console.log('track', eventname, obj);
|
||||
// implement your own tracking mechanism here
|
||||
}
|
||||
if (typeof exports !== 'undefined') {
|
||||
module.exports = trackUsage;
|
||||
} else {
|
||||
window.trackUsage = trackUsage;
|
||||
}
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user