修复伴随展开、修复clone问题
This commit is contained in:
parent
7af10f2e15
commit
901f5fb3b3
|
@ -84,7 +84,7 @@ $(document).ready(() => {
|
|||
var prev = location.href
|
||||
function aa() {
|
||||
setTimeout(function() {
|
||||
if (prev == location.href) {
|
||||
if (prev != location.href) {
|
||||
tryLoadRepo()
|
||||
prev = location.href
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue