diff --git a/rhodecode/templates/files/files.html b/rhodecode/templates/files/files.html --- a/rhodecode/templates/files/files.html +++ b/rhodecode/templates/files/files.html @@ -80,7 +80,7 @@ var ypjax_links = function(){ History.pushState(data, title, url); //now we're sure that we can do ypjax things - YUE.preventDefault(e) + YUE.preventDefault(e); return false; }); }