mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 13:35:50 +01:00
Fix #1707.
This commit is contained in:
@@ -214,6 +214,9 @@ $(window).on('load', function(){
|
|||||||
});
|
});
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
$(document).on('expanded.pushMenu collapsed.pushMenu', function(e){
|
||||||
|
setTimeout(updateBlame, 300);
|
||||||
|
});
|
||||||
updateBlame();
|
updateBlame();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user