修复伴随展开、修复clone问题

This commit is contained in:
inu1255 2017-06-22 00:48:03 +08:00
parent 7af10f2e15
commit 901f5fb3b3
1 changed files with 1 additions and 1 deletions

View File

@ -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
}