Revision 3668
Added by barteau almost 17 years ago
lib/style/common/review_behaviors.js | ||
---|---|---|
1 | 1 |
|
2 | 2 |
function get_reviews(docid) { |
3 | 3 |
if (docid != null && docid != '') { |
4 |
new Ajax.Request("@servlet-path@?action=read&docid=" + docid,
|
|
4 |
new Ajax.Request("../../metacat?action=read&docid=" + docid,
|
|
5 | 5 |
{asynchronous:true, evalScripts:true, method:'post', |
6 | 6 |
onLoading:function(request){Element.show('busy')}, |
7 | 7 |
onComplete: render_reviews}); |
Also available in: Unified diff
Turnkey Installer modification: remove locale specific ant tokens with relative paths.