From 52030fb47c4df43ee1c02b6631890bb6dd3dd357 Mon Sep 17 00:00:00 2001 From: Jay Wood Date: Sun, 9 Nov 2014 23:15:25 -0500 Subject: [PATCH] Update JS, still incomplete --- js/cwv3.js | 3 +++ 1 file changed, 3 insertions(+) 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 ){