aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/public/js/rhodecode.js
diff options
context:
space:
mode:
Diffstat (limited to 'rhodecode/public/js/rhodecode.js')
-rw-r--r--rhodecode/public/js/rhodecode.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhodecode/public/js/rhodecode.js b/rhodecode/public/js/rhodecode.js
index 5d7bfe10..f52a280c 100644
--- a/rhodecode/public/js/rhodecode.js
+++ b/rhodecode/public/js/rhodecode.js
@@ -334,7 +334,7 @@ var show_changeset_tooltip = function(){
YUD.setAttribute(target, 'title',_TM['loading...']);
YAHOO.yuitip.main.set_listeners(target);
YAHOO.yuitip.main.show_yuitip(e, target);
- ajaxGET('/changeset_info/{0}/{1}'.format(repo_name,rid), success)
+ ajaxGET(LAZY_CS_URL.replace('__NAME__',repo_name).replace('__REV__', rid), success)
}
});
};