mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Fix svn repository address
svn path=/trunk/; revision=42121
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user