diff --git a/js/cwv3.js b/js/cwv3.js index effc0c6..78281e0 100644 --- a/js/cwv3.js +++ b/js/cwv3.js @@ -17,6 +17,9 @@ window.cwv3 = ( function( window, document, $ ){ // Register handlers $( 'body' ).on( 'click', '.cwv3_enter', app.enter_handler ); $( 'body' ).on( 'click', '.cwv3_exit', app.exit_handler ); + + var cookie_name = 'cwv3_cookie_' + cwv3_params.id; + }; app.enter_handler = function( evt ){