mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-28 13:20:20 +08:00
Remove some transition related code (#26755)
Remove transition related code because the transition module has been removed by #26469
This commit is contained in:
@ -53,12 +53,6 @@ export function initRepoCloneLink() {
|
||||
return;
|
||||
}
|
||||
|
||||
// restore animation after first init
|
||||
setTimeout(() => {
|
||||
$repoCloneSsh.removeClass('gt-no-transition');
|
||||
$repoCloneHttps.removeClass('gt-no-transition');
|
||||
}, 100);
|
||||
|
||||
$repoCloneSsh.on('click', () => {
|
||||
localStorage.setItem('repo-clone-protocol', 'ssh');
|
||||
window.updateCloneStates();
|
||||
|
Reference in New Issue
Block a user