|
|
|
@@ -487,8 +487,8 @@ td, th { |
|
|
|
$(document).ready(function(){ |
|
|
|
let url = window.location.href; |
|
|
|
let urlArr = url.split('/') |
|
|
|
userName = urlArr.slice(-5)[0] |
|
|
|
repoPath = urlArr.slice(-4)[0] |
|
|
|
userName = urlArr.slice(-4)[0] |
|
|
|
repoPath = urlArr.slice(-3)[0] |
|
|
|
console.log("userName=" + userName + " repoPath=" + repoPath); |
|
|
|
}) |
|
|
|
function stopBubbling(e) { |
|
|
|
|