mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00: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