# HG changeset patch # User Nobuyasu Oshiro # Date 1363728209 -32400 # Node ID 35ee0b1d87194a7ae991aba22fbfcc439dbdaa0a # Parent 07191a24a9a4903d7f55e18a66fecd1093ecba1c modfied getEvidence function diff -r 07191a24a9a4 -r 35ee0b1d8719 index.html --- a/index.html Wed Mar 20 06:09:42 2013 +0900 +++ b/index.html Wed Mar 20 06:23:29 2013 +0900 @@ -273,9 +273,9 @@ function getEvidence(id, kind, direction) { $.ajax({ - url:"/aat/aaevidencesiftingmodel.userdesktops/get?id="+id+"?kind="kind+"?direction="+direction, + url:"/aat/aaevidencesiftingmodel.userdesktops/get?id="+id+"?kind="+kind+"?direction="+direction, success:function(o) { parseJSONGraphData(GRAPH_DATA, o); }, - type:"GET", cache:fasel; + type:"GET", cache:false, error:function(o) { console.log("getEvidence error : ", o); } }); }