mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-26 21:50:40 +03: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:
parent
c533991519
commit
67daa7bcb0
3 changed files with 2 additions and 10 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue