debug: add console logs
This commit is contained in:
@@ -9,6 +9,8 @@ export default function VwoScript() {
|
||||
// Updated snippet for cookie consent handling - 07-Mar-2023
|
||||
|
||||
var _vwo_clicks = 50;
|
||||
console.log('firing!!!!!');
|
||||
debugger;
|
||||
//DO NOT make any changes to smart code except for entering your account id
|
||||
window._vwo_code = window._vwo_code || (function() {
|
||||
var account_id = 373511,
|
||||
@@ -110,6 +112,7 @@ export default function VwoScript() {
|
||||
);
|
||||
}
|
||||
};
|
||||
console.log('return 👇');
|
||||
return code;
|
||||
}());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user