File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1282,17 +1282,17 @@ class Repository {
1282
1282
href = href . replace ( "./" , "" ) ;
1283
1283
href = root ? root + "/" + href : href ;
1284
1284
if ( window . branch ) {
1285
- href = "/1GitLiXB6t5r8vuU2zC6a8GYj9ME6HMQ4t/repo/file/?" + address + "/" + link + "@" + branch ;
1285
+ href = "/1GitLiXB6t5r8vuU2zC6a8GYj9ME6HMQ4t/repo/file/?" + address + "/" + href + "@" + branch ;
1286
1286
} else {
1287
- href = "/1GitLiXB6t5r8vuU2zC6a8GYj9ME6HMQ4t/repo/file/?" + address + "/" + link + "@" ;
1287
+ href = "/1GitLiXB6t5r8vuU2zC6a8GYj9ME6HMQ4t/repo/file/?" + address + "/" + href + "@" ;
1288
1288
}
1289
1289
} else if ( href [ 0 ] == "/" ) {
1290
1290
// Relative to repository root
1291
1291
href = href . replace ( "/" , "" ) ;
1292
1292
if ( window . branch ) {
1293
- href = "/1GitLiXB6t5r8vuU2zC6a8GYj9ME6HMQ4t/repo/file/?" + address + "/" + link + "@" + branch ;
1293
+ href = "/1GitLiXB6t5r8vuU2zC6a8GYj9ME6HMQ4t/repo/file/?" + address + "/" + href + "@" + branch ;
1294
1294
} else {
1295
- href = "/1GitLiXB6t5r8vuU2zC6a8GYj9ME6HMQ4t/repo/file/?" + address + "/" + link + "@" ;
1295
+ href = "/1GitLiXB6t5r8vuU2zC6a8GYj9ME6HMQ4t/repo/file/?" + address + "/" + href + "@" ;
1296
1296
}
1297
1297
}
1298
1298
You can’t perform that action at this time.
0 commit comments