mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Fix svn repository address
svn path=/trunk/; revision=42121
This commit is contained in:
parent
2bd9e63884
commit
15293b22aa
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ function clickHandler (evt)
|
|||
var strFilename = elt.nextSibling;
|
||||
if (strFilename && strFilename.innerText)
|
||||
{
|
||||
var strRoot = 'http://svn.reactos.com/viewcvs/trunk/';
|
||||
var strRoot = 'http://svn.reactos.org/svn/reactos/trunk/reactos/';
|
||||
var strExtra = '?view=markup';
|
||||
window.open (strRoot + strFilename.innerText + strExtra, 'SVN');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue