Update JS, still incomplete

This commit is contained in:
Jay Wood
2014-11-09 23:15:25 -05:00
parent 3c0836a010
commit 52030fb47c

View File

@ -17,6 +17,9 @@ window.cwv3 = ( function( window, document, $ ){
// Register handlers // Register handlers
$( 'body' ).on( 'click', '.cwv3_enter', app.enter_handler ); $( 'body' ).on( 'click', '.cwv3_enter', app.enter_handler );
$( 'body' ).on( 'click', '.cwv3_exit', app.exit_handler ); $( 'body' ).on( 'click', '.cwv3_exit', app.exit_handler );
var cookie_name = 'cwv3_cookie_' + cwv3_params.id;
}; };
app.enter_handler = function( evt ){ app.enter_handler = function( evt ){