Open
Description
Seems the code does some user behavior tracking, like in
_gaq.push(['_trackEvent', 'Loading', 'calenders', 'uniqAddrDecoded', cnMF.reportData.uniqAddrDecoded]);
//$.post("http://chadnorwood.com/saveJson/", {sj: cnMF.reportData});
//$.getJSON("http://chadnorwood.com/saveJson/?callback=?", {sj: cnMF.reportData});
Would it be possible to have a flag that turns these off ? Or even better, as these are concerns orthogonal to the main behavior of GCM (show a map and calendar), maybe these operations could be implemented as Aspects. Hints on doing this:
http://bytecrafter.blogspot.fr/2008/06/aspect-oriented-programming-in.html
http://code.google.com/p/jquery-aop/
Metadata
Metadata
Assignees
Labels
No labels