Mercurial > hg > Members > nobuyasu > Consensus
diff public/viewer/viewer.html @ 93:d66ac07e1c36 draft
modified createMention action
author | one |
---|---|
date | Tue, 12 Mar 2013 17:44:03 +0900 |
parents | 75d45f808217 |
children | b0fda0545bce |
line wrap: on
line diff
--- a/public/viewer/viewer.html Tue Mar 12 16:18:51 2013 +0900 +++ b/public/viewer/viewer.html Tue Mar 12 17:44:03 2013 +0900 @@ -47,7 +47,7 @@ } } $.ajax({ - url:BASE_URL+"/consensus/browse/"+id, + url:BASE_URL+"/consensus/browse/latest/"+id, success:function(o){onload(o)}, type:"GET",cache:false, error:function(o){console.log("ERROR",o)}