This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author: Tyler Garns http://www.tylergarns.com/infusionsoft/infusionsoft-lead-source-tracking/) | |
* @modified: 20 Aug 2012 | |
* @notes: Free to use and distribute without altering this comment. Would appreciate a link back :) | |
*/ | |
// Breaks cookie into an object of keypair cookie values | |
function crumbleCookie(c) | |
{ |