New layout cleanup: Remove second GH trigger path
This commit is contained in:
		
							parent
							
								
									4ec2143d47
								
							
						
					
					
						commit
						33039e9bc4
					
				
					 2 changed files with 2 additions and 15 deletions
				
			
		|  | @ -23,10 +23,6 @@ angular.module('quay').factory('TriggerService', ['UtilService', '$sanitize', 'K | |||
|         var redirect_uri = KeyService['githubRedirectUri'] + '/trigger/' + | ||||
|           namespace + '/' + repository; | ||||
| 
 | ||||
|         if (Config.isNewLayout()) { | ||||
|           redirect_uri += '/__new'; | ||||
|         } | ||||
| 
 | ||||
|         var authorize_url = KeyService['githubTriggerAuthorizeUrl']; | ||||
|         var client_id = KeyService['githubTriggerClientId']; | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue